x

Overpass Hilfe - Suche Parkplätze mit > 500 Stellplätzen


  1. Overpass Hilfe - Suche Parkplätze mit > 500 Stellplätzen · fastboy (Gast) · 11.09.2022 16:40 · [flux]

    Hallo,

    für ein wenig Motorradtraining suche ich Parkplätze mit mehr als 500 Parkplätzen.

    Habe aber keine Idee wie ich das capacity>500 in die Abfrage einbauen kann.
    Vielleicht kann mir jemend mal schnell auf die Sprünge helfen ;-)

    Vielen Dank fastboy

    [out:json][timeout:25];
    // gather results
    (
    // query part for: “amenity=parking”
    node["amenity"="parking"]({{bbox}});
    way["amenity"="parking"]({{bbox}});
    relation["amenity"="parking"]({{bbox}});
    );
    // print results
    out body;

    ;

    out skel qt;