This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Search for lack of tags

1

Hi
I'm working on offline map creating polygon for a building. This polygon must have one specific tags which is "operational_status".
Because this is a teamwork, sometimes my college forgot to add this tags.
Is there a way to find specific polygons that doesn't have these tags?

Thank you

asked 26 Sep '21, 11:16

GeoITN's gravatar image

GeoITN
26113
accept rate: 0%


One Answer:

3

Overpass allows searches for things without tags: [!operational_status] along with any other tagged properties.

answered 26 Sep '21, 13:47

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

Source code available on GitHub .