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.
