Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

drawing polygon using leaflet js

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

like image 821
Sudha Avatar asked Jan 21 '13 10:01

Sudha


1 Answers

you can try Leaflet.draw plugin

https://github.com/Leaflet/Leaflet.draw/

http://leafletjs.com/2013/02/20/guest-post-draw.html

like image 60
AbdullahDiaa Avatar answered Oct 19 '22 01:10

AbdullahDiaa