drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
716 stars 90 forks source link

emergency=yes tag regarded as a feature instead of an access tag #616

Closed Vakonof closed 3 years ago

Vakonof commented 3 years ago

This issue was raised over at the Nominatim Github, but apparently it is related to the Overpass API.

When querying features on osm.org, Overpass seems to regard features tagged with emergency=yes as emergency features instead of other features that simply have access for emergency services. I request a change to ignore emergency=yes when describing the feature, and instead focus on other main tags such as highway=*.

A good example is the Hoogstraat in Wageningen, which is a pedestrian highway:

With emergency=yes: https://www.openstreetmap.org/way/297710230 image

Without emergency=yes: https://www.openstreetmap.org/way/6921808 image

Friendly greetings Thibault

mmd-osm commented 3 years ago

The query to determine the respective elements resides on the osm.org repo over at: https://github.com/openstreetmap/openstreetmap-website

This is the wrong repo, really.

mmd-osm commented 3 years ago

@Vakonof can you please close this issue? There’s nothing left to do here. Thanks