Skip to content

GrayFrost/sveaflet

Repository files navigation

Sveaflet npm version Downloads

Sveaflet = Svelte + Leaflet

Sveaflet is a library for the Svelte framework that wraps Leaflet making it easy to crete reactive maps.

Installation

npm install sveaflet --save

For more detailed information you can follow the 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 abount components.

License

This project is licensed under the MIT License - see the License fle for details.