Add another point to the polyline edit example so that it can reproduce #1022

This commit is contained in:
danzel 2012-09-28 10:22:42 +12:00
parent 1f142c003d
commit a17e481c76

View File

@ -31,6 +31,7 @@
map.addLayer(polygon);
var polyline = new L.Polyline([
[51.50, -0.04],
[51.49, -0.02],
[51.51, 0],
[51.52, -0.02]