I know how to query OpenStreetMap using Overpass Turbo for all points/polygons from with "school" string in their name
( node["name"~"^.*school.*$", i]({{bbox}}); way["name"~"^.*school.*$", i]({{bbox}})
;
I'm looking for the correct way to query point/polygon elements that are
أكثر...
( node["name"~"^.*school.*$", i]({{bbox}}); way["name"~"^.*school.*$", i]({{bbox}})
I'm looking for the correct way to query point/polygon elements that are
- name=* but neither tagged as amenity=school and building=school tags; and
- elements tagged as building=school but without a parent polygon that are tagged as amenity=school (to mark the school grounds)
أكثر...