From c144799a1192dccf78717eaf2fd34a45ee9c451f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 14 May 2021 23:58:37 -0700 Subject: [PATCH] Shade SAM threat ranges. This runs a little bit worse but looks a lot better. Will flip back off if this runs poorly on less powerful computers. --- resources/ui/map/map.js | 1 - 1 file changed, 1 deletion(-) 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); });