leaflet-plugins
leaflet-plugins copied to clipboard
Plugins for Leaflet library
The Bing layer loads JSON from dev.virtualearth.net. This is done by adding a with a JSONP url which requires the domain added to script-src in the Content Security Policy. This...
Hi, I managed to draw a Yandex map using react-leaflet, but after switching to a different route, an error occurs in the Yandex plugin. During debugging, it turned out that...
These classes can be made module-friendly by using a wrapper like this (credit to @sheppard). ``` javascript (function (factory) { if (typeof define === 'function' && define.amd) { // AMD...
Hi, I'm developing a modal window with an integrated leaflet map and I'm facing the same problem. When unmounting the modal window from DOM, with the Yandex map open, I...
How to use this plugin with Vue2Leaflet? Integration of Yandex maps is interesting.
Is there any chance you could provide a @types file so that it can be referenced using typescript? Thanks P
Help needed ! It would be great to see a pull request for that :)
https://github.com/windycom/leaflet-kml
Hi, I have KML file with declared custom icons with inside the file, like this: ``` 1.5 ../leaflet/images/icon-crossroad.png ``` Icons are loaded into map succesfully, but the marker position is...
Is there, or will there in the future be support for the NetworkLink element type?