From e35216daf5eee8c02770a58a145e946c50edc7c8 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 15 Sep 2025 10:47:25 +0200 Subject: [PATCH] chore: change icons order --- .env.development | 2 +- .env.production | 2 +- components/mainComponent/MapComponent.js | 62 ++++++++++++------------ package-lock.json | 4 +- package.json | 2 +- 5 files changed, 37 insertions(+), 35 deletions(-) diff --git a/.env.development b/.env.development index c9ac9dc6f..1ffbbf5b9 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.362 +NEXT_PUBLIC_APP_VERSION=1.1.363 diff --git a/.env.production b/.env.production index 11fc1e6fb..ad8f3a4b5 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.362 +NEXT_PUBLIC_APP_VERSION=1.1.363 diff --git a/components/mainComponent/MapComponent.js b/components/mainComponent/MapComponent.js index 471f5bcb1..e248e0642 100644 --- a/components/mainComponent/MapComponent.js +++ b/components/mainComponent/MapComponent.js @@ -1129,6 +1129,37 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
{/* Top-right controls: layers, info, expand, edit, and base map stack */}
+ {/* Alarm-Icon (mdi) */} + + {/* Marker-Icon (line-md) */} + + {/*Lupe: Koordinatensuche ein-/ausblenden */} + - - {/* Marker-Icon (line-md) */} - - {/* Alarm-Icon (mdi) */} - +