KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
leaflet-svelte
★ 50
Open GitHub ↗
Svelte wrapper for Leaflet
Download README (.md)
Explore Similar Repositories
sapper-tailwindcss
:
Sapper, Svelte, TailwindCSS, PurgeCSS starter with Prettier and ESLint enabled
SENT-template
:
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
sensor.community
:
:sparkles: new shiny website built with svelte :heart: for dust and noise measuring project :point_right: https://sensor.community
preload
:
Data preloading for vue-router, similar to Sapper's preload or Nuxt.js's asyncData
sapper-ie
:
Sapper working in IE11/Edge
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
leaflet-svelte
?
Download (.md)
## Quick Start Install `npm i @anoram/leaflet-svelte` ```html <script> import Map from '@anoram/leaflet-svelte' let options={ center: [13,80], markers: [ { lat: 13, lng: 80 } ], mapID: "map" } </script> <style> .map { height: 600px; width: auto; } </style> <div class="map"> <Map {options} /> </div> ``` ## Demo and other instructions [https://leaflet.anoram.com](https://leaflet.anoram.com)