humangeo / leaflet-dvf

Leaflet Data Visualization Framework
MIT License
689 stars 153 forks source link

Demo not working anymore (?) #135

Open valerio-bozzolan opened 2 years ago

valerio-bozzolan commented 2 years ago

Hi all! I've noticed that the example is not online anymore. Are you aware of that?

Screenshot_2022_02_14_130108

I've found your plugin from this page:

https://leafletjs.com/plugins.html

Thank you so much for your work on this plugin! :)

sfairgrieve commented 2 years ago

Unfortunately, this repo is no longer maintained. The sponsoring organization got acquired, and I no longer have capacity to maintain it. I might recommend forking it, if you're up for it. I believe it should still work with the latest versions of Leaflet, and the code should be easy to edit/update if needed.

For now, if you want to check out the demos, clone the repo and then jump into the leaflet-dvf directory (or whatever directory you cloned it to) and run:

npx http-server

Then you should be able to navigate to http://localhost:/examples/html/markers.html and see it in your local browser.