You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've developed a feature that adds interactive GeoJSON support to the Leaflet MiniMap. This enhancement allows users to:
Highlight regions on the MiniMap when hovering the mouse over them.
Zoom into a region on the main map when a region on the MiniMap is clicked.
I managed to add the geojson to the minimap but I couldn't add the option to click and zoom on the main map. To solve this I ended up customizing a minimap with the leaflet itself.
If it makes sense to develop this it would be a good alternative.
The text was updated successfully, but these errors were encountered:
I've developed a feature that adds interactive GeoJSON support to the Leaflet MiniMap. This enhancement allows users to:
I managed to add the geojson to the minimap but I couldn't add the option to click and zoom on the main map. To solve this I ended up customizing a minimap with the leaflet itself.
If it makes sense to develop this it would be a good alternative.
The text was updated successfully, but these errors were encountered: