From a17e481c764a64b03e60e3d96066a84a5d281585 Mon Sep 17 00:00:00 2001 From: danzel Date: Fri, 28 Sep 2012 10:22:42 +1200 Subject: [PATCH] Add another point to the polyline edit example so that it can reproduce #1022 --- debug/vector/editable.html | 1 + 1 file changed, 1 insertion(+) diff --git a/debug/vector/editable.html b/debug/vector/editable.html index 2f0ab492..856c9e82 100644 --- a/debug/vector/editable.html +++ b/debug/vector/editable.html @@ -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]