Skip to content

pascal-brand38/astro-leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     

Astro Leaflet

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,...

Demo



Installation

Get the latest version from NPM:

$ npm install astro-leaflet

License

Astro-leaflet is released under the MIT license.

Astro-leaflet is using leaflet. leaflet is a BSD-2-Clause license software


Usage

Here is a minimal example that is using openstreetmap

---
import { Leaflet } from "astro-leaflet";
---
<Leaflet />

Complex Examples

Please check the online doc for a fullset of examples.

Full code is provided.

About

Leaflet astro component, to display maps: googlemaps, openstreetmap, google maps,... ⭐️ Star to support

Resources

License

Stars

Watchers

Forks