-
Notifications
You must be signed in to change notification settings - Fork 116
Feature: Remove object tags #2354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Add dialog to remove object tags from selected objects that match a configurable pattern. Allow to create an undo step. Closes OpenOrienteeringGH-2354 (Remove objects tags).
@krticka: please test the current implementation, does it fulfill your needs? |
@dl3sdo I can confirm that it works as intended. Well done! |
Add dialog to remove object tags from selected objects that match a configurable pattern. Allow to create an undo step. Closes OpenOrienteeringGH-2354 (Remove objects tags).
Idea for clustering all removal actions (see also #2289) in the edit menu without making it too extensive: Cleanup_menu_idea.mp4 |
The "Cleanup" menu item reminds me the magical "optimize / repair" button from OCAD 🙂 |
I refactored the dialog to show the relevant information there instead of showing details in the confirmation popup. RemoveTagsRefactored.mp4 |
@dl3sdo I have tested, it works perfectly! |
I suggest to place the action in the Map menu, e.g. as "Cleanup object tags...". |
Add dialog to remove object tags from selected objects that match a configurable pattern. Allow to create an undo step. Closes OpenOrienteeringGH-2354 (Remove objects tags).
That feels even more ocadish ("Map" -> "Optimize / repair"). I wonder if your suggestion was influenced (intentionally or subliminally) by its design. |
Hi @jmacura, I can only talk for me but it's difficult to find a good place for that menu item. The initial location in the Tag editor was not really a good idea but just a starting point. |
No. @dl3sdo explained it quite well. In addition, it is really a user-driven (maintenance) activity, not an opaque "optimization" or "repair" job. |
Considering the explanation by @dl3sdo , I am hardly finding any relation to the other tools in the "Map" menu. Placing it below the "Find" and "Find next" options in the "Edit" menu feels more natural to me. But, just my 2c. |
Uh oh!
There was an error while loading. Please reload this page.
Add possibility to selectively remove object tags in order to reduce file size and memory consumption.
This feature was proposed by @krticka in #2341.
Implementation proposal:
RemoveTags.mp4
The proposed implementation follows Mapper's typical behaviour:
If all object tags shall be removed the user needs to
The text was updated successfully, but these errors were encountered: