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

refactorvectors
danzel 12 years ago
parent 1f142c003d
commit a17e481c76

@ -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]

Loading…
Cancel
Save