#20699 closed defect (fixed)
Reverse way direction: tags depending on way direction are not adjusted anymore
Reported by: | skyper | Owned by: | simon04 |
---|---|---|---|
Priority: | major | Milestone: | 21.03 |
Component: | Core | Version: | latest |
Keywords: | template_report regression reverse way direction | Cc: | simon04, Don-vip, stoecker |
Description (last modified by )
What steps will reproduce the problem?
- Have a way with tags depending on the direction of the way:
"highway"="tertiary" "lanes"="2" "lanes:backward"="1" "lanes:forward"="1" "sidewalk:left"="separate" "sidewalk:right"="no" "bus_bay"="left" "bus:lanes:forward"="yes|designated" "access:lanes:forward"="yes|no" "change:lanes:forward"="not_right|"
- Reverse direction of the way
- Get a dialog about adjusting keys or values
- Accept changes
What is the expected result?
Proposed changes are made
What happens instead?
No changes are made
Please provide any additional information below. Attach a screenshot if possible.
Have to find out when this stopped working but it used to work smoothly and JOSM proposes the correct changes but just does not execute them.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2021-03-31 20:46:00 +0200 (Wed, 31 Mar 2021) Revision:17699 Build-Date:2021-04-01 01:30:56 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (11)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Cc: | added |
---|
Yes, just tried it. When I reverse the changes from 17597 the problem disappears.
comment:4 by , 4 years ago
Milestone: | → 21.03 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Thanks for reporting and for debugging. The fix should be rather easy...
comment:6 by , 4 years ago
Cc: | added |
---|
@Vincent, can we release a hotfix, please? Maybe this breaks the record for the shortest timespan between release and hotfix. :-/
comment:8 by , 4 years ago
Well, it was pure luck that I was lazy in :lanes
tagging and reverted the way direction first to add tags together with some other ways and change the direction afterward again, plus, I had an style active with feedback.
Hope I did not damage too much data the last week.
Maybe the changes in r17597 caused this?