leaflet-freehandshapes
leaflet-freehandshapes copied to clipboard
Forced polygons
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]
]);