Add another point to the polyline edit example so that it can reproduce #1022
This commit is contained in:
parent
1f142c003d
commit
a17e481c76
@ -31,6 +31,7 @@
|
|||||||
map.addLayer(polygon);
|
map.addLayer(polygon);
|
||||||
|
|
||||||
var polyline = new L.Polyline([
|
var polyline = new L.Polyline([
|
||||||
|
[51.50, -0.04],
|
||||||
[51.49, -0.02],
|
[51.49, -0.02],
|
||||||
[51.51, 0],
|
[51.51, 0],
|
||||||
[51.52, -0.02]
|
[51.52, -0.02]
|
||||||
|
Loading…
Reference in New Issue
Block a user