Opened 13 months ago
Last modified 10 months ago
#23327 new enhancement
[patch] enhancement: switch between preview and before in simplify
Reported by: | dieterdreist | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | simplify | Cc: |
Description
Currently, the simplify function shows the result of the simplify even before you apply it (that's nice). It would be even nicer to have a checkbox "show effect" (could be on by default), so switching between the before and after view would be much easier (now you can do it by applying it and then undo/redo, but to change the parameters you have to call the function again).
Attachments (2)
Change History (7)
by , 13 months ago
Attachment: | josm_23327.patch added |
---|
comment:1 by , 13 months ago
Summary: | enhancement: switch between preview and before in simplify → [patch] enhancement: switch between preview and before in simplify |
---|
comment:2 by , 10 months ago
Milestone: | → 24.02 |
---|
Looks good to me. I just want to do a performance check against a large way (2k nodes) and/or against a lot of objects.
comment:3 by , 10 months ago
Milestone: | 24.02 |
---|
I found an issue during testing.
Specifically, increasing/decreasing the threshold would enable the preview mode again.
comment:5 by , 10 months ago
That is a good question. It isn't what I expected. I would have expected that setting to persist, especially when the user has a lot of data selected.
initial patch