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