diff --git a/notfall.tmpl b/notfall.tmpl index 86f3ff2..0a99e10 100644 --- a/notfall.tmpl +++ b/notfall.tmpl @@ -26,7 +26,7 @@ fetch('/json') .then(response => response.json()) .then(data => { - map.setView([data["lat"], data["lon"]], 13); + map.setView([data["lat"], data["lon"]], 18); circle.setLatLng([data["lat"], data["lon"]]) circle.setRadius(data["acc"]) });