diff --git a/.env.development b/.env.development index 4608a2e30..07480498e 100644 --- a/.env.development +++ b/.env.development @@ -24,4 +24,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.337 +NEXT_PUBLIC_APP_VERSION=1.1.338 diff --git a/.env.production b/.env.production index 940a67e73..33a696788 100644 --- a/.env.production +++ b/.env.production @@ -25,4 +25,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.337 +NEXT_PUBLIC_APP_VERSION=1.1.338 diff --git a/components/mainComponent/MapComponent.js b/components/mainComponent/MapComponent.js index 35dbe1b37..2b82c779e 100644 --- a/components/mainComponent/MapComponent.js +++ b/components/mainComponent/MapComponent.js @@ -369,9 +369,6 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { // Wenn TALAS nicht erlaubt ist, Polyline-Checkbox und Anzeige deaktivieren if (!isTalasAllowed) { - if (polylineVisible) { - dispatch(setPolylineVisible(false)); - } cleanupPolylinesForMemory(polylines, map); setPolylines([]); return; diff --git a/nodemap-1.1.337.zip b/nodemap-1.1.337.zip new file mode 100644 index 000000000..a71f9624a Binary files /dev/null and b/nodemap-1.1.337.zip differ diff --git a/package-lock.json b/package-lock.json index 9946476ee..799aa6058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.337", + "version": "1.1.338", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.337", + "version": "1.1.338", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index 1f8e48a0a..53d390a5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.337", + "version": "1.1.338", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0",