Fix default layer in debug mode.

This commit is contained in:
Dan Albert 2022-02-13 14:34:22 -08:00
parent 51961294dd
commit f153e75f03

View File

@ -237,7 +237,7 @@ const unculledZones = L.layerGroup();
const noWaypointZones = L.layerGroup(); const noWaypointZones = L.layerGroup();
const ipZones = L.layerGroup(); const ipZones = L.layerGroup();
const joinZones = L.layerGroup(); const joinZones = L.layerGroup();
const holdZones = L.layerGroup().addTo(map); const holdZones = L.layerGroup();
const debugControlGroups = { const debugControlGroups = {
"Blue Threat Zones": { "Blue Threat Zones": {