0.0.7-1 • Published 3 years ago

@anoram/leaflet-svelte v0.0.7-1

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

Quick Start

Install npm i @anoram/leaflet-svelte

<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

0.0.7-1

3 years ago

0.0.7-0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4-alpha2

4 years ago

0.0.4-alpha

4 years ago

0.0.3-alpha

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago