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

Naming On- and Off-Ramps

2
1

Would it be too much information on the map to put the name of what the exit ramp connects? For an example, as I look at the map in Sydney, Australia, specifically https://www.openstreetmap.org/node/13766899#map=18/-33.84196/151.21117, I noticed the on-ramps named. Could I label them as such on this map: https://www.openstreetmap.org/#map=16/41.6867/-83.6932 Thanks for any help you can provide.

asked 16 Mar '15, 23:08

smlyons77's gravatar image

smlyons77
40335
accept rate: 0%


2 Answers:

3

This should be done with the destination tag, see the wiki page on destination tag. So no, it is not too much information. Note that you won't see the result on the map, but some navigation software is already using this tag.

answered 18 Mar '15, 14:54

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

edited 18 Mar '15, 14:54

1

These are two different issues.

The label you see on the map comes from the name and the ref tags on the node, like here. Note that the number should be tagged using the ref tag and not the name tag.

For providing hints for navigation systems you should use the destination tag on link ways instead, like here.

answered 18 Mar '15, 19:47

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

Source code available on GitHub .