leaflet-plotter
leaflet-plotter copied to clipboard
A plugin for leaflet that adds plotting capabilities to a map
Hi all! I discovered that the demo is not available in https:// * https://scripter-co.github.io/leaflet-plotter/ Are you aware of that? :) Thank you so much! I've found your plugin from this...
Hi, Great plugin! I get an error when toggling read only and clicking on the halfway markers. Reproduce: 1) Go http://scripter-co.github.io/leaflet-plotter/ 2) Click Toggle Readonly twice 3) Click a halfway...
I am plotting many thousands of points to create an aircraft flight path on a 2D tangential plane. Is there a way to add a `Polyline.showPoints(false);` option so I just...
Hello, Nice job ! There is a way to export path to JSON or GPX (even to a database so user can retrieve their different path) ? the project :...
you haven't defined map in onRemove method, and reinit values in initialize, so it just continuing the path when another plotter is created
Hi! I love the idea with leaflet-plotter! My use case would be to edit waypoints for cruise planning when doing research cruises. I'm planning to read initial positions and write...