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,