mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Group allied and enemy SAM controls.
This commit is contained in:
parent
51d557524d
commit
3f077727ae
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user