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.
This commit is contained in:
Dan Albert 2021-05-14 23:58:37 -07:00
parent e56511a05a
commit c144799a11

View File

@ -161,7 +161,6 @@ function drawSamThreatsAt(tgo) {
L.circle(tgo.position, {
radius: range,
color: threatColor,
fill: false,
weight: 1,
}).addTo(threatLayer);
});