leaflet-dvf
leaflet-dvf copied to clipboard
Leaflet Data Visualization Framework
Hi, leaflet-dvf has the dependency in bower: "geohash-js": "git://github.com/voodootikigod/geohash-js", per GitHub announcement: https://github.blog/2021-09-01-improving-git-protocol-security-github/ this dependency will not work from March 15th, 2022. Do you plan to change it to https?...
Hi, I try to make a flowline like in the runmap example but instead of using json data I have arrays. So, firstly I tried to recreate the structure of...
Hi, I can't find a list of all possibles styling attributes possible for markers and charts. I guessed some of them, but I surely missed some of the possibilities. By...
v0.3.1 ->leaflet-dvf.js _createText: function (layer) { // var options = layer.options.text || {}; var options = layer.options || {}; ...... var textNode = document.createTextNode(options.text); ...... }
I found out that the arrow in flight data example becomes a square in ie11 Is there any solution to change it back to an arrow? 
Hi all! I've noticed that the example is not online anymore. Are you aware of that?  * https://humangeo.github.com/leaflet-dvf/examples/html/markers.html I've found your plugin from this page: https://leafletjs.com/plugins.html Thank you so...
Hi, First of all, thanks for a great library! I have some questions regarding tooltips: Sometimes, I would like to use displayOptions and a data property to customize a visualization,...
Hi dvf team! Thanks for the great plugin! I am using it for spatial visualisations of archaeological data at https://thanados.net We are displaying the count of various artefact types as...
I found even by calling ``.clearLayers()`` on a ``GeohashLayer``, there are still a lot of layers left in the map. Is there a way to remove all related layers for...