decrease radius of circle outline
This commit is contained in:
@ -1098,7 +1098,7 @@
|
|||||||
|
|
||||||
// add circle around node
|
// add circle around node
|
||||||
selectedNodeOutlineCircle = L.circle(nodeMarker.getLatLng(), {
|
selectedNodeOutlineCircle = L.circle(nodeMarker.getLatLng(), {
|
||||||
radius: 10000, // 10km
|
radius: 1200, // 1.2km
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user