diff --git a/.env.development b/.env.development index 55f8dac4d..59bf5f3ac 100644 --- a/.env.development +++ b/.env.development @@ -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 # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.371 +NEXT_PUBLIC_APP_VERSION=1.1.372 diff --git a/.env.production b/.env.production index 4b02501bb..bdf13234a 100644 --- a/.env.production +++ b/.env.production @@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.371 +NEXT_PUBLIC_APP_VERSION=1.1.372 diff --git a/package-lock.json b/package-lock.json index 49cf698bd..274cf9d82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.371", + "version": "1.1.372", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.371", + "version": "1.1.372", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index cf441ea48..4d532e425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.371", + "version": "1.1.372", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/public/config.json b/public/config.json index b4f852a09..a9427e731 100644 --- a/public/config.json +++ b/public/config.json @@ -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 " } diff --git a/reports/junit/playwright.xml b/reports/junit/playwright.xml index 293ce4be6..82698c63b 100644 --- a/reports/junit/playwright.xml +++ b/reports/junit/playwright.xml @@ -1,6 +1,6 @@ - - - + + + - + \ No newline at end of file diff --git a/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png b/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png index 12c4ed5fb..b3168921a 100644 Binary files a/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png and b/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png differ diff --git a/test-results/mapcomponent-MapComponent-chromium/video.webm b/test-results/mapcomponent-MapComponent-chromium/video.webm index b3d236180..83c24f159 100644 Binary files a/test-results/mapcomponent-MapComponent-chromium/video.webm and b/test-results/mapcomponent-MapComponent-chromium/video.webm differ