Opened 5 years ago
Last modified 5 years ago
#17891 new enhancement
Add support for junction:ref=* in relation editor
Reported by: | ika-chan! | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | junction ref relation relation-sorting | Cc: |
Description
Summary
The relation editor should render ways with junction:ref=* as "Junction [number]" or similar, appearing only if ref=* and name=* is not defined.
Details
Firstly, thank you for adding support for tagging junction:ref=* under #17791.
I do not want to sound rude, but the ticket also wishes for the relation editor to recognise junction:ref=*, as described above.
It seems that under JOSM 15234, the relation editor does not render junction:ref=* on motorway slip roads that have the tag, instead showing it as “highway”.
This can confuse editors who sort members of a road relation in the relation editor… you know, to make it more tidy and easier to locate in future?
This requires #17853 first (and then for the special formatting "Junction [number]" some adaptions in https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java?rev=15210#L238)