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

@@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt # basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer # App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.371 NEXT_PUBLIC_APP_VERSION=1.1.372

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false
# basePath wird jetzt in public/config.json gepflegt # basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer # App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.371 NEXT_PUBLIC_APP_VERSION=1.1.372

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.371", "version": "1.1.372",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nodemap", "name": "nodemap",
"version": "1.1.371", "version": "1.1.372",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.371", "version": "1.1.372",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",

View File

@@ -14,6 +14,9 @@
"basePath": "/talas5", "basePath": "/talas5",
"_comment_basePath": "Basis-URL für API und Routing", "_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, "debugLog": false,
"_comment_debugLog": "Debug-Logging für Client " "_comment_debugLog": "Debug-Logging für Client "
} }

View File

@@ -1,6 +1,6 @@
<testsuites id="" name="" tests="2" failures="1" skipped="0" errors="0" time="18.500582"> <testsuites id="" name="" tests="2" failures="1" skipped="0" errors="0" time="20.996912000000002">
<testsuite name="mapcomponent.spec.js" timestamp="2025-09-16T09:55:00.328Z" hostname="chromium" tests="2" failures="1" skipped="0" time="20.973" errors="0"> <testsuite name="mapcomponent.spec.js" timestamp="2025-09-16T09:56:04.986Z" hostname="chromium" tests="2" failures="1" skipped="0" time="25.036" errors="0">
<testcase name="MapComponent" classname="mapcomponent.spec.js" time="16.723"> <testcase name="MapComponent" classname="mapcomponent.spec.js" time="18.789">
<failure message="mapcomponent.spec.js:162:5 MapComponent" type="FAILURE"> <failure message="mapcomponent.spec.js:162:5 MapComponent" type="FAILURE">
<![CDATA[ [chromium] mapcomponent.spec.js:162:5 MapComponent ─────────────────────────────────────────── <![CDATA[ [chromium] mapcomponent.spec.js:162:5 MapComponent ───────────────────────────────────────────
@@ -56,7 +56,7 @@
]]> ]]>
</system-out> </system-out>
</testcase> </testcase>
<testcase name="mouse wheel zoom updates mapZoom" classname="mapcomponent.spec.js" time="4.25"> <testcase name="mouse wheel zoom updates mapZoom" classname="mapcomponent.spec.js" time="6.247">
</testcase> </testcase>
</testsuite> </testsuite>
</testsuites> </testsuites>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB