Reputation: 2108
Im trying to draw a polygon using leaflet js. But the problem Im facing is that when the size increases, it fails to draw the polygon. The same thing is happening when I tried with google maps also. I can draw max of 21 polygon.
Please anyone give me a solution
Upvotes: 6
Views: 12027
Reputation: 1336
you can try Leaflet.draw plugin
https://github.com/Leaflet/Leaflet.draw/
http://leafletjs.com/2013/02/20/guest-post-draw.html
Upvotes: 5