diff --git a/resources/ui/map/map.js b/resources/ui/map/map.js index 309237ae..4bd82873 100644 --- a/resources/ui/map/map.js +++ b/resources/ui/map/map.js @@ -258,7 +258,8 @@ function drawSamThreatsAt(tgo) { L.circle(tgo.position, { radius: range, color: threatColor, - weight: 1, + fill: false, + weight: 2, }).addTo(threatLayer); }); }