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

What is the difference between amenity=parking and amenity=parking_entrance ?

1

What is the difference between amenity=parking and amenity=parking_entrance? Should I use both if I want to map an underground parking garage or just one? How are the tags interpreted by web services that use our data?

asked 12 Feb '20, 21:07

ALE's gravatar image

ALE
1.9k415774
accept rate: 14%


One Answer:

3

The amenity=parking tag is usually used on a closed way to describe the extents of a parking area, although use on a node is acceptable, especially if imagery isn't available.

The amenity=parking_entrance tag is normally used on entrances to underground or multistory facilities, often where it is not practical to map the extents.

Both tags should be able to coexist for a parking facility, with the entrance tag on a node on the perimeter of the main parking area way.

answered 12 Feb '20, 21:59

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Thanks, I've often seen a highway=service dead-ending into the side of a building, with the intersection node tagged amenity=parking. I've generally been inclined to retag these amenity=parking_entrance.

(13 Feb '20, 04:11) jmapb

Source code available on GitHub .