1.6.0 • Published 2 years ago

@nfreear/my-map v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Node.js CI NPM package Leaflet 1.9.4

my-map

Easily embed a map powered by Leaflet. Includes accessibility and translation Leaflet plugins.

Usage

Available on the Unpkg CDN:

<script src="https://unpkg.com/@nfreear/my-map@1" type="module"></script>

<my-map
  latlng="51.505,-0.09"
  zoom="13"
  geojson="./data/landmarks.geo.json"
>
  <marker latlng="51.505, -0.09" hidden>Hello, I'm a popup!</marker>

  <p> My map description ... </p>
</my-map>

License