@nfreear/my-map
v1.6.0
Published
Easily embed a map powered by Leaflet.
Downloads
17
Maintainers
Readme
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
- License: MIT.