From 4864478ec7d0902f5dce32f48a6f82f96fd1b172 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Thu, 29 Aug 2024 09:55:28 +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 6131d0e..e00b8ff 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], 19);
+        const map = L.map('map').setView([48.78039307145523, 9.172929033104959], 15);
 
         // Add OSM base map
         L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
-- 
GitLab