WIP: Kabelstrecken localStorage polylineVisible_m12_u484 Wert bleibt stabil aber wenn true ist un dich die Seite neu ladee dann werden die Kabelstrecken nicht mehr ausgeblendet

This commit is contained in:
ISA
2025-08-21 14:31:55 +02:00
parent e7192a7623
commit c6871692aa
6 changed files with 5 additions and 8 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
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.337
NEXT_PUBLIC_APP_VERSION=1.1.338

View File

@@ -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

View File

@@ -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;

BIN
nodemap-1.1.337.zip Normal file

Binary file not shown.

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",