From 548645944e290d5a3d9078cef1f758c6ba77026a Mon Sep 17 00:00:00 2001 From: Max Tobias Weber Date: Tue, 24 Mar 2026 09:19:49 +0100 Subject: [PATCH] reset Layertree --- src/components/LayerTree.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/LayerTree.tsx b/src/components/LayerTree.tsx index 66d5369..74b2670 100644 --- a/src/components/LayerTree.tsx +++ b/src/components/LayerTree.tsx @@ -7,14 +7,14 @@ import Checkbox from "@mui/material/Checkbox"; import Typography from "@mui/material/Typography"; import Divider from "@mui/material/Divider"; -import ThreeDTilesLayer from "./ThreeDTilesLayer/ThreeDTilesLayer_2"; -//import TreeLayer from "./TreeLayer/TreeLayer_final"; +import ThreeDTilesLayer from "./ThreeDTilesLayer/ThreeDTilesLayer_1"; +//import TreeLayer from "./TreeLayer/TreeLayer_1"; //import HedgeLayer from "./HedgeLayer/HedgeLayer"; const LAYERS = [ - //{ id: "hedges", label: "Hedges", component: }, - { id: "tiles3d", label: "3D Buildings", component: }, - //{ id: "trees", label: "Trees", component: }, + //{ id: "hedges", label: "Hedges", component: }, + { id: "tiles3d", label: "3D Buildings", component: }, + //{ id: "trees", label: "Trees", component: }, ] as const; export default function LayerTree() {