Leaflet Map with MDX
Published on: Thu May 25 2023
Leaflet Map
The following is the Map component defined in this starter
- 32.870381
- -116.98891
- 3
- https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
<Leaflet
latitude={latitude}
longitude={longitude}
zoom={zoom}
tileLayer={tileLayer}
/>