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

Wall that bridges stream/ditch

0

Where a wall has been built so it spans a stream (say with a lintel above the waterline), should that be marked? So far I've put:

  • a. layer=1,

But I don't know if that's unnecessary and I should just

  • b. do nothing, just leave them crossing,

or tag it specifically

  • c. layer=1, bridge=yes

The bridge documentation doesn't make it clear if it would be appropriate to combine it with a wall. Thanks

asked 19 Jan '21, 08:19

TrekClimbing's gravatar image

TrekClimbing
161121217
accept rate: 0%

edited 19 Jan '21, 09:43


One Answer:

2

If two objects are crossing at different levels you should always make that clear using the layer tag (not level which is used for floor levels in buildings). The layer of the wall needs to be higher than the layer of the stream.

Also make sure the lines are not connected, i.e. there is no common node.

For such small object like a wall or fence I would not bother with tagging a bridge or a culvert (tunnel).

answered 19 Jan '21, 09:22

TZorn's gravatar image

TZorn
12.3k764225
accept rate: 15%

Thanks. You're totally right, I meant layer and fortunately that's what I've used so far. I'll edit my question.

(19 Jan '21, 09:37) TrekClimbing