

Astro Leaflet is the native Astro component for leaflet. leaflet is used to display maps, such as google maps or openstreetmap, along with markers, lines,...

Get the latest version from NPM:
$ npm install astro-leaflet
Astro-leaflet is released under the MIT license.
Astro-leaflet is using leaflet. leaflet is a BSD-2-Clause license software
Here is a minimal example that is using openstreetmap
---
import { Leaflet } from "astro-leaflet";
---
<Leaflet />
Please check the online doc for a fullset of examples.
Full code is provided.