WIP: Kabelstrecken

This commit is contained in:
ISA
2025-08-21 15:34:52 +02:00
parent aea439f135
commit c44a755077
5 changed files with 6 additions and 7 deletions

View File

@@ -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 # 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.339 NEXT_PUBLIC_APP_VERSION=1.1.340

View File

@@ -25,4 +25,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.339 NEXT_PUBLIC_APP_VERSION=1.1.340

View File

@@ -457,7 +457,6 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
newCoords, newCoords,
tempMarker, tempMarker,
polylineVisible, polylineVisible,
polylineInitialized,
isTalasAllowed, isTalasAllowed,
poiLayerVisible, poiLayerVisible,
]); ]);
@@ -691,7 +690,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
}, [dispatch]); }, [dispatch]);
//-------------------------------------------- //--------------------------------------------
// Die Sichtbarkeit der Polylines wird ausschließlich über Redux gesteuert
// (Initialisierung erfolgt in MapLayersControlPanel) // (Initialisierung erfolgt in MapLayersControlPanel)
//-------------------------------------------- //--------------------------------------------
// MapComponent reagiert nicht mehr direkt auf localStorage-Events für polylineVisible // MapComponent reagiert nicht mehr direkt auf localStorage-Events für polylineVisible

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.339", "version": "1.1.340",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nodemap", "name": "nodemap",
"version": "1.1.339", "version": "1.1.340",
"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.339", "version": "1.1.340",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",