Modify ↓
Opened 4 years ago
Last modified 4 years ago
#19988 new defect
Replace Geometry: Does not warn if way direction is changed with tags depending on the direction
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin utilsplugin2 | Version: | |
Keywords: | template_report replace geometry way direction | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Have two parallel ways pointing in opposite direction. One new way without any tags and the other one with id>0 and
barrier=retaining_wall
What is the expected result?
A warning
What happens instead?
Nothing
Please provide any additional information below. Attach a screenshot if possible.
Either the direction of the original (id>0) should be used or the tag needs to be adjusted (which does not work for all, like my example)
I would always expect some user notification.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-10-22 22:44:28 +0200 (Thu, 22 Oct 2020) Revision:17255 Build-Date:2020-10-23 01:30:50 URL:https://josm.openstreetmap.de/svn/trunk Plugins: + utilsplugin2 (35608)
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Ok, some notification if the origin has a tag or role which depends on the way's direction, please.
Note:
See TracTickets
for help on using tickets.
The new geometry can be completely different, your case is just a very special one where the result is close to a simple reverse. I think we cannot ignore the direction of the new way.
I think that is the only thing that can and should be done.