Skip to content

[Feature]: Handle legend items across multiple maps #117

@okdv

Description

@okdv

Feature Request

See #116 for same adoption with selected features

Is your feature request related to a problem? Please describe.
Currently all legend items are added to one big array. regardless of map. this will be inefficient at scale and significantly limits features available to us.

Describe the solution you'd like
selected legend items store (or whatever replaces it) should be an object with an array of legend items for each map that was used

Describe alternatives you've considered
indexeddb, a new localstorage entry for each map, a single big array (current usage)

Additional context
will likely also need to add a save logic to avoid over I/O to the localstorage. that could get inefficient fast

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions