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

Tag bicycle/pedestrian way on railway bridge

0

There is a bridge crossing a river whose characteristics are;

  1. Allow trains to cross the river
  2. Has a narrow path on on the bridge next to the tracks that can be used by pedestrians and cyclists. In fact a bicycle route that is part of a relation goes along this path.

How do I tag this path whist it is on the bridge? Do I draw a highway=path right next to railway=rail tag? Do I draw a bridge?

Thanks

asked 27 May '18, 23:11

GavinX's gravatar image

GavinX
567710
accept rate: 0%


One Answer:

5

You can map this as follows

  • 2 ways close to one another, one for the railway, one for path. Split both ways at the beginning/end of the bridge and tag that section as bridge=yes, layer=1. Now, at least you know there is a bridge along the path. But it appears as if there are two bridges. You might stop here, and that is what many people have done.
  • In addition, map the bridge as an area. Tag that area as man_made=bridge, layer=1. The wiki page on man_made=bridge has some pictures and details on the proper mapping.

Note that the value of the layer lag of bridge=yes and man_made=bridge has to be the same and higher than the layer of the underlying stream, road, etc.

answered 28 May '18, 04:16

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Source code available on GitHub .