diff --git a/resources/ui/map/map.js b/resources/ui/map/map.js index 4a4098f5..93bbe064 100644 --- a/resources/ui/map/map.js +++ b/resources/ui/map/map.js @@ -161,7 +161,6 @@ function drawSamThreatsAt(tgo) { L.circle(tgo.position, { radius: range, color: threatColor, - fill: false, weight: 1, }).addTo(threatLayer); });