From c81222c9505fd885f737ddb97e33e75a4205f91c Mon Sep 17 00:00:00 2001 From: Arne Zitting Date: Wed, 1 Apr 2026 18:10:10 +0200 Subject: [PATCH] Spielereien --- index.html | 1 + main.js | 2 +- style.css | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 style.css diff --git a/index.html b/index.html index 74e0bf2..9983259 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Projekt Visualisierung +

Eine Test Karte

diff --git a/main.js b/main.js index 6f399a5..4c2aee5 100644 --- a/main.js +++ b/main.js @@ -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 }); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..d3192ec --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +h1{ + font-family: Verdana, sans-serif; + text-align: center; +} \ No newline at end of file