diff --git a/.env.development b/.env.development index dc25ac32b..fe36f0ad3 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.339 +NEXT_PUBLIC_APP_VERSION=1.1.340 diff --git a/.env.production b/.env.production index 3cfd6abde..3c090c085 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.339 +NEXT_PUBLIC_APP_VERSION=1.1.340 diff --git a/components/mainComponent/MapComponent.js b/components/mainComponent/MapComponent.js index 5c7fb6d2d..68eeb7ae4 100644 --- a/components/mainComponent/MapComponent.js +++ b/components/mainComponent/MapComponent.js @@ -457,7 +457,6 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { newCoords, tempMarker, polylineVisible, - polylineInitialized, isTalasAllowed, poiLayerVisible, ]); @@ -691,7 +690,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { }, [dispatch]); //-------------------------------------------- - // Die Sichtbarkeit der Polylines wird ausschließlich über Redux gesteuert + // (Initialisierung erfolgt in MapLayersControlPanel) //-------------------------------------------- // MapComponent reagiert nicht mehr direkt auf localStorage-Events für polylineVisible diff --git a/package-lock.json b/package-lock.json index 10a98e413..81540caea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.339", + "version": "1.1.340", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.339", + "version": "1.1.340", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index 5d83238e7..36a132cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.339", + "version": "1.1.340", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0",