-
Notifications
You must be signed in to change notification settings - Fork 410
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
Options to enable mapInfo highlight by default #9825
Comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 19, 2023
* Description: - Adding an option called "identifyHighlight" to enable/disable mapInfo highlight by default in localConfig file - implement intiate highlight value based on the added option and the default is false - write unit tests based on change
12 tasks
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 19, 2023
* Description: - fix FE test failure by editing a unit test in identifyContainer that test calling initiateOrResetHighlight on close identify
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 21, 2023
* Description: - resolve review comments by using INIT_PLUGIN action instead of the new created one - Remove the new created action ' INIT_IDENTIFY_HIGHLIGHT' and its dependent code - Remove the added config from localConfig file
MV88
pushed a commit
that referenced
this issue
Jan 9, 2024
…9829) * #9825: Add option to enable mapInfo highlight by default * Description: - Adding an option called "identifyHighlight" to enable/disable mapInfo highlight by default in localConfig file - implement intiate highlight value based on the added option and the default is false - write unit tests based on change * #9825: Add option to enable mapInfo highlight by default * Description: - fix FE test failure by editing a unit test in identifyContainer that test calling initiateOrResetHighlight on close identify * #9825: Add option to enable mapInfo highlight by default * Description: - resolve review comments by using INIT_PLUGIN action instead of the new created one - Remove the new created action ' INIT_IDENTIFY_HIGHLIGHT' and its dependent code - Remove the added config from localConfig file
tdipisa
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Jan 9, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 11, 2024
…t by default (geosolutions-it#9829) * geosolutions-it#9825: Add option to enable mapInfo highlight by default * Description: - Adding an option called "identifyHighlight" to enable/disable mapInfo highlight by default in localConfig file - implement intiate highlight value based on the added option and the default is false - write unit tests based on change * geosolutions-it#9825: Add option to enable mapInfo highlight by default * Description: - fix FE test failure by editing a unit test in identifyContainer that test calling initiateOrResetHighlight on close identify * geosolutions-it#9825: Add option to enable mapInfo highlight by default * Description: - resolve review comments by using INIT_PLUGIN action instead of the new created one - Remove the new created action ' INIT_IDENTIFY_HIGHLIGHT' and its dependent code - Remove the added config from localConfig file
MV88
pushed a commit
that referenced
this issue
Jan 11, 2024
…9829) (#9871) * #9825: Add option to enable mapInfo highlight by default * Description: - Adding an option called "identifyHighlight" to enable/disable mapInfo highlight by default in localConfig file - implement intiate highlight value based on the added option and the default is false - write unit tests based on change * #9825: Add option to enable mapInfo highlight by default * Description: - fix FE test failure by editing a unit test in identifyContainer that test calling initiateOrResetHighlight on close identify * #9825: Add option to enable mapInfo highlight by default * Description: - resolve review comments by using INIT_PLUGIN action instead of the new created one - Remove the new created action ' INIT_IDENTIFY_HIGHLIGHT' and its dependent code - Remove the added config from localConfig file
ElenaGallo
added
Accepted
and removed
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Jan 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
currently is not possible to configure the tool to have the feature highlight option active by default.
It is requested small improvement to provide a new configuration option for it. The highlight will stay anyway set to false as default in official MS.
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: