diff --git a/.env.development b/.env.development
index d8fd1c42a..46dd9d567 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.318
+NEXT_PUBLIC_APP_VERSION=1.1.319
diff --git a/.env.production b/.env.production
index 7a58ba5c9..642018afa 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.318
+NEXT_PUBLIC_APP_VERSION=1.1.319
diff --git a/components/uiWidgets/mapLayersControlPanel/MapLayersControlPanel.js b/components/uiWidgets/mapLayersControlPanel/MapLayersControlPanel.js
index c1fdbc87d..de90f0725 100644
--- a/components/uiWidgets/mapLayersControlPanel/MapLayersControlPanel.js
+++ b/components/uiWidgets/mapLayersControlPanel/MapLayersControlPanel.js
@@ -342,8 +342,14 @@ function MapLayersControlPanel() {
.map(p => [p.Area_Name, p])
).values(),
*/}
- {GisStationsStaticDistrict.Points.filter(p => !!p.Area_Name).map((item, index) => (
-
))}
diff --git a/package-lock.json b/package-lock.json
index 59c835ec7..8c6b2eba6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nodemap",
- "version": "1.1.318",
+ "version": "1.1.319",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodemap",
- "version": "1.1.318",
+ "version": "1.1.319",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
diff --git a/package.json b/package.json
index f14fd24b5..9cad488c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodemap",
- "version": "1.1.318",
+ "version": "1.1.319",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",