Leaflet.PolylineMeasure icon indicating copy to clipboard operation
Leaflet.PolylineMeasure copied to clipboard

Leaflet Plugin to measure distances of simple lines as well as of complex polylines

Results 4 Leaflet.PolylineMeasure issues
Sort by recently updated
recently updated
newest added

The curent implementations of _savePolylineEvents and _saveNonpolylineEvents are unable to account for adding evented leaflet objects to the map while Leaflet.PolylineMeasure is toggled on. If an evented object is added...

I tried to measure a wall, unfortunately, the lines are displayed outside the map and not where I clicked ![image](https://github.com/ppete2/Leaflet.PolylineMeasure/assets/36675895/955a17c1-50fc-42e5-8667-7e44650b2823) ![image](https://github.com/ppete2/Leaflet.PolylineMeasure/assets/36675895/833c7c75-b33d-41bb-aaa6-64e42b5bc0f5) This is how I create my map ``` var...

I installed it in my react-leaflet version 4.2.0. I put starting and ending points. When I click one of dots on the map and removing finger from mouse and then...

This pull request adds an option to use straight rhumb lines (and their equivalent bearing) instead of great circle lines. It's still useful in maritime navigation for example, even if...