diff --git a/index.html b/index.html
index 4e45321..0d100d0 100644
--- a/index.html
+++ b/index.html
@@ -4,10 +4,8 @@
-
-
-
MapComponents + Vite + React + TS
+ 3D-LiDAR Visualisierung
diff --git a/src/App.tsx b/src/App.tsx
index ae8253f..3424a03 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,42 +1,20 @@
-import { useState } from "react";
import "./App.css";
import {
MapLibreMap,
- Sidebar,
- TopToolbar,
} from "@mapcomponents/react-maplibre";
-import IconButton from "@mui/material/IconButton";
-import MenuIcon from "@mui/icons-material/Menu";
-import LayerTree from "./components/LayerTree";
-import Light from "./components/Light";
function App() {
- const [sidebarOpen, setSidebarOpen] = useState(true);
-
return (
<>
+ Eine Test Karte
- setSidebarOpen((prev) => !prev)}
- aria-label="toggle sidebar"
- >
-
-
- }
- />
-
-
-
-
>
);
}
diff --git a/src/index.css b/src/index.css
index 90b0360..22321e3 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,3 +1,9 @@
body {
padding: 0;
}
+
+h1 {
+ font-family:'Trebuchet MS';
+ margin: 0;
+ text-align: center;
+}
\ No newline at end of file