#14315 closed defect (fixed)
[Patch] AlignWays: way highlights are not cleaned up
Reported by: | IdealChain | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin alignways | Version: | |
Keywords: | Cc: |
Description
The AlignWays plugin has been nearly unusable for a long time, so I decided to debug the issue. Temporary overlay layers for the highlighted ways are created, but never successfully removed, because the instance hashcode of the segment changes between adding and removing the temporary layer.
The attached patch should fix both open tickets, #11923 and #12132.
Also, the plugin does not require a JOSM restart after installation.
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | alignways-hashcode-fix.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Thank you! Most plugins are abandoned by their authors and it's not always easy to fix issues, your help is highly appreciated :)
follow-up: 4 comment:3 by , 17 months ago
@IdealChain: I'm currently working on converting the JOSM plugin repo to git (see #23286). Do you have a preferred name/email for that?
comment:4 by , 17 months ago
Sounds good, I remember that SVN was already very unfamiliar to use again after years.
Please use: Daniel Achleitner <daniel.achleitner@…>
comment:5 by , 17 months ago
Thank you. Here is a link to your contributions in the current WIP repo: https://github.com/tsmock/josm-osmsvn-svn2git/commits?author=IdealChain .
Fixed in [o33133:33134].