Opened 11 months ago
Last modified 11 months ago
#7788 new enhancement
validator should accept some kinds of way overlaps
| Reported by: | A_Pirard | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | latest | Keywords: | overlap |
| Cc: | A_Pirard |
Description (last modified by A_Pirard)
A convenient and sensible way to map ways is to
- map the waterways in one thread at layer -2
- overlap culverts and bridges at layer -1
- map roads in one thread at layer 0
- overlap road/railway tunnels at level 1
convenient: obviously easier not to have to tag many way segments all the same
sensible: for example,
- a tunnel is not the river, it's something around it
- a bridge is concrete under continued tarmac
in fact, the way runs uninterrupted.
Hence, JOSM should allow such overlap combinations and forbid others.
Or, even more simply, it should allow them because they're not at the same level=layer.
Note that it should be supported to map an overlapping segment even of the same kind and layer to add or modify a tag on a short distance. Say turn a tarmac road to cobblestone for 100m with overlap=cobblestone.
Attachments (0)
Change History (3)
comment:1 Changed 11 months ago by A_Pirard
- Description modified (diff)
comment:2 Changed 11 months ago by skyper
- Component changed from Core to Core validator
- Keywords overlap added



I have written a still unpublished draft related with this request:
http://wiki.openstreetmap.org/wiki/Proposed_features/segment
I welcome any comment about it.
It contains a list of cases when JOSM shouldn't complain about overlaps of two ways:
1 either they are in different layers (n differs in layer=n)
2 or one of them contains the tag segment=yes
3 or they make the common "wall" between two closed ways, as between buildings (probably the sole exception)
1 and 3 are what this JOSM reports is asking.
I'd be glad to learn from you other exceptions to fill my text.
Thanks.