From 21e986acdeeb5196b13bd3f42b541f49442fcfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Fri, 17 Oct 2025 15:14:06 +0200 Subject: [PATCH] Limit map min zoom --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 42dd961..54fadcc 100644 --- a/config.js +++ b/config.js @@ -28,7 +28,7 @@ export const config = { map : { center: [43.570833, 12.140278], initialZoom : 7, - minZoom : 5, + minZoom : 6, maxZoom : 15 } } \ No newline at end of file