mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix default layer in debug mode.
This commit is contained in:
parent
51961294dd
commit
f153e75f03
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user