Merged
Conversation
based on the source, including interactive layer that can filter out locations on the map
…ent and interaction. Enhanced locations layer configuration with dynamic paint properties and added reactive updates for layer refresh on location changes.
Locations data is now stored as an array of features instead of a FeatureCollection, with new getters to convert to FeatureCollection as needed. MapComponent and MapLayer have been refactored to improve event handling, popup display, and paint property updates based on disabled categories. Added support for WMS and WMTS layers, and improved layer config building logic. The app store's toggleCategory now ensures Pinia reactivity by replacing the Set. These changes improve maintainability and support for additional map layer types. LocationsLayer functionality to paint layer should be moved to a new component (see comments)
Introduces a view mode toggle in the UI to switch between 'focus area' and 'all locations'. Updates the locations store and map component to filter displayed locations based on the selected view mode, allowing users to focus on specific areas or view all available locations.
Moved dynamic paint property logic for the locations layer from MapComponent.vue into a new LayerPaintControl component and a computed property in the locations store. This improves separation of concerns and ensures paint properties reactively update based on disabled categories.
Introduces extensive console logging across BasemapControl, LayerPaintControl, MapComponent, MapLayer, and map store to aid debugging of map style changes, layer initialization, paint property application, and source data updates. Also adds a styleChangeCounter to MapComponent to force MapLayer re-rendering after style changes, and improves layer setup retry logic for robustness.
✅ Deploy Preview for grondwater-monitoring-a27 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
IoannaMi
approved these changes
Dec 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.