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

closed road access

1

So i have this one road wich is closed because it's being rebuilt but pedestrians and cyclists are still allowed to go on the still existing sidewalk wich isn't tagged seperately. The road is planned to reopen in about 2 years but now all the routing engines avoid this route even for pedestrians. How should i tag the road so that pedestrians and cyclists can still take this route?

Thanks Achille

asked 10 Feb '21, 12:23

sandwitche's gravatar image

sandwitche
86447
accept rate: 0%


2 Answers:

2

You could either tag it as access=no and then make exceptions with foot=yes and bicycle=yes, or you could not place a general access tag and instead prohibit motor vehicle access with motor_vehicle=no. I'd probably tend towards the former. There will always be the odd routing engine that just sees access=no and doesn't look further but that's the exception; this tagging is well established by now.

answered 10 Feb '21, 12:37

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

0

Are the bike lanes and pedestrian facilities physically a part of the same road way as the one under construction or are they separated by curbs or other features? If there is separation, tag the way that's closed for construction as highway=construction, construction=* where * is the original value, and map the separate ways appropriately.

answered 12 Feb '21, 02:50

Baloo%20Uriza's gravatar image

Baloo Uriza
3.2k143061
accept rate: 9%

Source code available on GitHub .