leaflet-freehandshapes icon indicating copy to clipboard operation
leaflet-freehandshapes copied to clipboard

Forced polygons

Open 00ricardo opened this issue 4 years ago • 4 comments

Hi there, there is a way to forced LatLng to a polygon? I want to create a polygon passing the coordinates into it.

something like:

freehandshapes.create([
[0,0],[0,1],[1,0],[1,1],[0,0]
]);

00ricardo avatar Jun 30 '20 14:06 00ricardo