leaflet-dvf icon indicating copy to clipboard operation
leaflet-dvf copied to clipboard

Leaflet Data Visualization Framework

Results 63 leaflet-dvf issues
Sort by recently updated
recently updated
newest added

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...

question

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? ![flight-data](https://user-images.githubusercontent.com/34000255/71452865-aea33f80-27cb-11ea-9071-ce715f85361b.jpg)

Hi all! I've noticed that the example is not online anymore. Are you aware of that? ![Screenshot_2022_02_14_130108](https://user-images.githubusercontent.com/6052909/153860669-39f1265e-812b-4aea-a6db-48d5721b7568.png) * 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,...

enhancement
question

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...