diff --git a/src/public/index.html b/src/public/index.html
index a2ba63f..6c5e019 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -1098,7 +1098,7 @@
// add circle around node
selectedNodeOutlineCircle = L.circle(nodeMarker.getLatLng(), {
- radius: 10000, // 10km
+ radius: 1200, // 1.2km
}).addTo(map);
}