chore: maxZoom = 20;

This commit is contained in:
ISA
2025-09-16 11:56:33 +02:00
parent 995f084e15
commit 051dd4c306
8 changed files with 12 additions and 9 deletions

View File

@@ -14,6 +14,9 @@
"basePath": "/talas5",
"_comment_basePath": "Basis-URL für API und Routing",
"minZoom": 5,
"maxZoom": 20,
"_comment_zoom": "Globale Zoom-Grenzen (min/max). Kann durch tileSources überschrieben werden.",
"debugLog": false,
"_comment_debugLog": "Debug-Logging für Client "
}