Opened 5 years ago
#19498 new enhancement
Combine way: Never ofter "oneway=-1"
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | combine way oneway | Cc: | GerdP |
Description
This is a follow-up of #19485, see my comment:
#19485:comment 3
…
I noticed another problem, see attached example file josm_19485_example.osm.
With the real data example (lowest) the exception does not happen but JOSM offers to change the value ofoneway
to-1
instead of changing the direction of the way withoutoneway=*
.
USER@BOX:~$ java -Xmx500m -Djosm.home=/tmp/.josm_test -jar Downloads/JOSM/josm-snapshot-16645.jar Downloads/josm_19485_example.osm …
- Select the way without
oneway=*
- Select the connected way with
oneway=yes
- Combine way
The direction of the way with oneway=yes
should never be changed and oneway=-1
should never be offered, even if this means that more tags have to be adjusted and even if more objects need to be changed.