From 10b71736a2a364f1faed6156d0a741bd695982a1 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Thu, 29 Aug 2024 09:56:46 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index e00b8ff..9025c50 100644
--- a/public/index.html
+++ b/public/index.html
@@ -30,7 +30,7 @@
     <div id="map"></div>
 
     <script>
-        const map = L.map('map').setView([48.78039307145523, 9.172929033104959], 15);
+        const map = L.map('map').setView([48.78039307145523, 9.172929033104959], 16);
 
         // Add OSM base map
         L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
-- 
GitLab