From 3f077727ae2b02c778c40001454030227b42841a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 15 May 2021 22:08:00 -0700 Subject: [PATCH] Group allied and enemy SAM controls. --- resources/ui/map/map.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/ui/map/map.js b/resources/ui/map/map.js index 02339f83..cc8e1f98 100644 --- a/resources/ui/map/map.js +++ b/resources/ui/map/map.js @@ -71,12 +71,14 @@ L.control "Supply routes": supplyRoutesLayer, "Front lines": frontLinesLayer, }, - "Air Defenses": { - "Ally SAM threat range": blueSamThreatLayer, + "Enemy Air Defenses": { "Enemy SAM threat range": redSamThreatLayer, - "Ally SAM detection range": blueSamDetectionLayer, "Enemy SAM detection range": redSamDetectionLayer, }, + "Allied Air Defenses": { + "Ally SAM threat range": blueSamThreatLayer, + "Ally SAM detection range": blueSamDetectionLayer, + }, "Flight Plans": { Hide: L.layerGroup(), "Show selected blue": selectedFlightPlansLayer,