sveaflet
Version:
Sveaflet = Svelte + Leaflet
46 lines (35 loc) • 1.19 kB
Markdown
# Sveaflet [](https://www.npmjs.com/package/sveaflet) [](https://www.npmjs.com/package/sveaflet)
Sveaflet = Svelte + Leaflet
[Sveaflet](https://sveaflet.vercel.app/) is a library for the [Svelte](https://svelte.dev/) framework that wraps [Leaflet](https://leafletjs.com/) making it easy to crete reactive maps.
## Installation
```bash
npm install sveaflet --save
```
For more detailed information you can follow the [Quick Start](https://sveaflet.vercel.app/docs/pages/quick-start).
## Suportted Components
- Circle
- CircleMarker
- Control
- ControlAttribution
- ControlLayers
- ControlScale
- ControlZoom
- DivIcon
- GeoJSON
- Icon
- ImageOverlay
- LayerGroup
- Map
- Marker
- Polygon
- Polyline
- Popup
- Rectangle
- SVGOverlay
- TileLayer
- TileLayerWMS
- Tooltip
- VideoOverlay
More details about [components](https://sveaflet.vercel.app/docs/components/Circle).
## License
This project is licensed under the MIT License - see the [License](https://github.com/GrayFrost/sveaflet/blob/main/LICENSE) fle for details.