decrease radius of circle outline
This commit is contained in:
parent
62acf82560
commit
aba476bc56
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue