Added path again to vector.html
This commit is contained in:
parent
c265dd9c42
commit
36c00c5031
@ -40,7 +40,7 @@
|
||||
var circle = new L.Circle(circleLocation, 500000, circleOptions);
|
||||
map.addLayer(circle);
|
||||
|
||||
//map.addLayer(path);
|
||||
map.addLayer(path);
|
||||
|
||||
var p1 = latlngs[0],
|
||||
p2 = latlngs[parseInt(len/4)],
|
||||
|
Loading…
Reference in New Issue
Block a user