Draft groups in layers menu

TODO: don't use Bootstrap's switches!!
This commit is contained in:
2026-05-15 17:32:06 +02:00
parent 87245233b7
commit 11acecd33d
7 changed files with 88 additions and 31 deletions

View File

@@ -9,5 +9,8 @@ initStimulus();
AppState.currentScene = 'ssgp';
const marker = config.markers.find(m => m.id === 'ssgp');
AppState.normalizedNodes = normalizeNodes(marker.nodes).flat;
AppState.treeNodes = normalizeNodes(marker.nodes).tree;
//console.debug(AppState.treeNodes);
openScene(marker, AppState.normalizedNodes);