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) */}
-
+