Interactive map¶
Leaflet¶
Leaflet is an open-source javascript librery for interactive maps. We followed this quickstart to add the CDN's to our project public folder, in index.html.
react-leaflet¶
The react-leaflet library provides bindings between React and Leaflet. Visit the documentation for more information, the docs are great!
Bug related to bundling
There is a bug that prompts when trying to use react-leaflet for the first time related to the bundle. Here is the StackOverflow post to fix it
react-leaflet-markercluster¶
The react-leaflet-markercluster library groups the markers of a region based in the zoom value. Visit the documentation for more information.
Last update:
2022-05-23