[New Feature] - Identifier Tool - Mousing over should also highlight values in the Legend Tool.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 232
- Forks
- 77
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 17
Description
As a user, when I mouse over the map with the Identifier Tool active, I want to see the layer's respective legends in the Legend Tool also highlighted.
Do note that while plugins cannot depend on each other, it is still in the patten that they can check for the presence of another plugin and behave and call the other accordingly -- they just must not assume the other plugin is always there or enabled.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Identifier Tool's map mouseover behavior and trace how the Legend Tool handles highlighting. Check for the Legend Tool's presence and enabled state rather than assuming the plugin exists. Done means hovering with Identifier active also highlights the corresponding layer legends when Legend is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100