Leaflet Map with MDX

Published on: Fri May 26 2023

Leaflet Map

The following is the Map component defined in this starter

<Leaflet 
  latitude={latitude}
  longitude={longitude}
  zoom={zoom}
  tileLayer={tileLayer}
/>