Candyffm

Results 6 comments of Candyffm

@mdomnita man, you should really work on your github formatting skills.

Polylines are not closeable, its not even possible to add another point close to another point. Leaflet version I'm using: 1.6.0 Leaflet Draw version I'm using: 1.0.3 Browser (with version)...

https://jsfiddle.net/Candyffm/s7vhgmkf/22/ Try to draw a polyline that ends at the starting point (or very close to it). The start point handle catches the click event. I tried both of the...

@johnd0e first of all: thanks for your quick replies. The tap option was a copy/paste leftover that made it into the fiddle. It tried it as a map option before,...

I know, but this topic is about closing polygons **and** polylines by **clicking on the first point** (literally). Polygons are not the problem, but not being able to finish a...

Here is the full code to convert the crop to css background-position: ``` var img = document.getElementById('imgId'); // adjust settings to your needs smartcrop.crop(img, { width : 100, height :...