OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
397 stars 106 forks source link

Enhancement: Show user what symbols are using a color #2122

Open ryan-mooore opened 1 year ago

ryan-mooore commented 1 year ago

When deleting a colour with symbols associated with it, the dialog will appear:

The map contains symbols with this color. Deleting it will remove the color from these objects! Do you really want to do that?

Firstly notice the inconsistency between symbols and objects in the dialog text.

Additionally, Mapper provides zero indication of which symbols are going to have colors deleted, which I think is essential information to the user. Why even show me a dialog saying that some symbols are going to be affected, if I have no idea which ones?

One solution to this frustration would be to right click on a symbol with an option "Select all symbols with this color", for example. In my opinion this is the most elegant solution as it is consistent with other options and right click menus within the program and makes intuitive sense.

dl3sdo commented 1 year ago

Indeed, the map rather contains objects and uses symbols. The map information tool would provide you the option to determine the usage of colors by symbols: https://github.com/OpenOrienteering/mapper/issues/2018#issuecomment-1016875926

dl3sdo commented 1 year ago

Now as draft pull request #2125

ryan-mooore commented 1 year ago

That looks good, but I would prefer to have a right-click action additionally.