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

How do I stop Josm warning “crossing waterway/highway”?

3

Using JOSM 5485 I have copied someone else's method for a tiny road bridge over a stream. I cut the road way, added in a new small section a few metres either side of the stream. I kept the keys of the original way; "highway=residential", "name=rue de boyaval" and a relation to walking route.

I added "bridge=yes" to the section. Every time I try to upload to openstreetmap I get a warning message saying "crossing waterway/highway" - which of course I do know, being a bridge.

What am I doing wrong?

asked 04 Sep '12, 20:38

Electrotechie's gravatar image

Electrotechie
121348
accept rate: 0%


One Answer:

11

It sounds like you just need layer=1

You can read more about the bridge and layer tags here:

Key:bridge

Key:layer

answered 04 Sep '12, 20:56

Dymo12's gravatar image

Dymo12
79611016
accept rate: 12%

3

Some users think that bridge/tunnel automatically imply layer=1/layer=-1 but this is not the case. They always have to be added, sometimes even with other values depending on additionally crossing ways.

(04 Sep '12, 21:12) scai ♦
1

Many thanks, that resolved the problem.

(04 Sep '12, 21:27) Electrotechie

Source code available on GitHub .