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

Airport road junctions; How to map?

0

So, I am currently adding information to the Daniel K. Inouye International Airport. Currently, the plan is to work on the road junction info. However, I do not have any idea how to map a junction like this:

Picture

Any ideas?

asked 11 May '20, 06:36

TheAdventurer64's gravatar image

TheAdventurer64
139121319
accept rate: 0%

edited 11 May '20, 09:21


One Answer:

0

Are you asking about the destination signing?

On the approach to the junction you can use lane tagging. It could look like something like this:
oneway=yes
lanes=3
turn:lanes=through|through|slight_right
destination:lanes=Terminals 1, 2, 3; Departures;Parking|Terminals 1, 2, 3; Departures;Parking|Terminals 1, 2; Arrivals;Rental Car Return
destination:ref:lanes=1;2;3|1;2;3|1;2

On the ways after the actual split you can tag the destination directly e.g. for the right hand road:
oneway=yes
destination=Terminals 1, 2; Arrivals;Rental Car Return
destination:ref=1;2

answered 11 May '20, 17:26

TZorn's gravatar image

TZorn
12.3k764225
accept rate: 15%

edited 12 May '20, 04:30

escada's gravatar image

escada
19.0k16166302

What is it you are unsure about? The highway tag? Could you point to the point on the map?

(11 May '20, 21:15) TZorn

Alright. While the tags work okay, I still don't know how to map a junction like this: https://www.dropbox.com/s/xo7bw56t6m6noiq/Screenshot%202020-06-15%2010.05.25.png?dl=0

(15 Jun '20, 21:16) TheAdventurer64

I repeat my question: What do you have difficulties with? Can you be a bit more specific?

(15 Jun '20, 21:44) TZorn

I am having difficulty understanding how to mark the turn lanes and how to use destination:ref:lanes.

(15 Jun '20, 22:33) TheAdventurer64

Please post a link to the location on OpenStreetMap.org. Klick the "share" button on the right and place a marker at the specific intersection.

(15 Jun '20, 23:11) TZorn

Source code available on GitHub .