Group allied and enemy SAM controls.

This commit is contained in:
Dan Albert 2021-05-15 22:08:00 -07:00
parent 51d557524d
commit 3f077727ae

View File

@ -71,12 +71,14 @@ L.control
"Supply routes": supplyRoutesLayer, "Supply routes": supplyRoutesLayer,
"Front lines": frontLinesLayer, "Front lines": frontLinesLayer,
}, },
"Air Defenses": { "Enemy Air Defenses": {
"Ally SAM threat range": blueSamThreatLayer,
"Enemy SAM threat range": redSamThreatLayer, "Enemy SAM threat range": redSamThreatLayer,
"Ally SAM detection range": blueSamDetectionLayer,
"Enemy SAM detection range": redSamDetectionLayer, "Enemy SAM detection range": redSamDetectionLayer,
}, },
"Allied Air Defenses": {
"Ally SAM threat range": blueSamThreatLayer,
"Ally SAM detection range": blueSamDetectionLayer,
},
"Flight Plans": { "Flight Plans": {
Hide: L.layerGroup(), Hide: L.layerGroup(),
"Show selected blue": selectedFlightPlansLayer, "Show selected blue": selectedFlightPlansLayer,