Skip to content
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

TOC mouse over tooltip customization #3608

Closed
MV88 opened this issue Mar 11, 2019 · 2 comments · Fixed by #3609, #3618, #3631 or #3663
Closed

TOC mouse over tooltip customization #3608

MV88 opened this issue Mar 11, 2019 · 2 comments · Fixed by #3609, #3618, #3631 or #3663

Comments

@MV88
Copy link
Contributor

MV88 commented Mar 11, 2019

Description

The administrator shall be able to configure the content of the "mouse over" display in the TOC.
This shall be done for each TOC entry separately.
Currently it is the title; preferable it should be the title and description;

  • Add an Advanced Options as switch panel in the layer settings.
    It is enabled by default and can be disabled by a flag (showAdvancedOptions = false)
  • By default the switch panel is closed (expandedAdvancedOptions = false)
  • In the switch panel there will be a combobox showing the property of the node that can be used to create the final tooltip. (title, description, both, none)
@MV88 MV88 self-assigned this Mar 11, 2019
MV88 added a commit to MV88/MapStore2 that referenced this issue Mar 11, 2019
tdipisa pushed a commit that referenced this issue Mar 11, 2019
* Fix #3608 add TOC tooltip custmoization

* Update web/client/utils/TOCUtils.js

Co-Authored-By: MV88 <matteo.velludini.geosolutions@gmail.com>

* Update web/client/utils/TOCUtils.js

Co-Authored-By: MV88 <matteo.velludini.geosolutions@gmail.com>
@tdipisa tdipisa reopened this Mar 12, 2019
MV88 added a commit to MV88/MapStore2 that referenced this issue Mar 13, 2019
tdipisa pushed a commit that referenced this issue Mar 14, 2019
* Fix #3608 improved tooltip customization in TOC

* improve and clean up code, fix, style, tests and translations

* also added tocitem settings in hte dcoma config
MV88 added a commit to MV88/MapStore2 that referenced this issue Mar 19, 2019
@ghost ghost added pending review review and removed ready labels Mar 19, 2019
MV88 added a commit that referenced this issue Mar 20, 2019
@MV88
Copy link
Contributor Author

MV88 commented Apr 2, 2019

Those options are not being saved in the map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment