Spielereien

This commit is contained in:
2026-04-01 18:10:10 +02:00
parent e07c0d58a5
commit c81222c950
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>Projekt Visualisierung</title>
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Eine Test Karte</h1>

View File

@@ -3,6 +3,6 @@ import maplibregl from "maplibre-gl";
const map = new maplibregl.Map({
container: 'map',
style: 'https://tiles.openfreemap.org/styles/bright',
center: [9.199592299999997, 52.260299116017976],
center: [9.209385141689964, 52.26510225328077],
zoom: 15
});

4
style.css Normal file
View File

@@ -0,0 +1,4 @@
h1{
font-family: Verdana, sans-serif;
text-align: center;
}