Disable SAM threat fill, thicken outline.

As predicted, this only runs well on my machine.
This commit is contained in:
Dan Albert 2021-05-15 12:36:56 -07:00
parent 5050914d25
commit c7cc9d2a65

View File

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