1👍
✅
Steps for a successfull result:
- Get some sleep
- Read the Docs
- Implement
You can use the Leaflet API as usual. There are two ways to grab a
reference on the just initialized map and options.…
<script type="text/javascript"> window.addEventListener("map:init", function (e) { var detail = e.detail; ... L.marker([50.5, 30.5]).addTo(detail.map); ... }, false); </script>
Source:stackexchange.com