decrease radius of circle outline

This commit is contained in:
liamcottle
2024-03-15 18:04:52 +13:00
parent 62acf82560
commit aba476bc56

View File

@ -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);
} }