L.Pather icon indicating copy to clipboard operation
L.Pather copied to clipboard

Branching from Leaflet.FreeDraw, L.Pather is a freehand polyline creator that simplifies the polyline for mutability.

Results 9 L.Pather issues
Sort by recently updated
recently updated
newest added

``` pather.clear(); pather.clearLayers(); pather.clearAll(); ``` none of these are implemented. I would just like to delete all the drawn layers, with an external event, how can I do?

Awesome work on this plugin, but it doesn't seem to work on my tablet (Galaxy Tab S 10.1, Android 5.0.2, Chrome 46.0.2490.76). I can select any of the four mode...

This is an excellent plugin. Thanks so much for writing this! Would you be interested in a PR which modernises the code? (This is a WIP for now.)

There is any way to intregrate with vue2-leaflet ?

In the demo you can add more points to the line, but is there a way to remove a point without having to recreate the line?

Would love to be able to repopulate the paths into pather without triggering 'created'. So currently the only way is to use `createPath` which triggers the `'created'` event. But I...

As with the Leaflet Freedraw [issue](https://github.com/Wildhoney/Leaflet.FreeDraw/issues/76), I am opening this bug so that L.Pather can also be used with Leaflet 1.0. Thank you for the effort with these two libraries.

I downloaded the code from your github. But the required files are not available in package. vendor folder seems empty. Downloaded required files from internet but JSXTransformer.js file I am...

Instead of `L.Path.CLIP_PADDING = 5000;` workaround.