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