diff --git a/packages/clients/dish/src/mapConfigurations/attributionsConfig.ts b/packages/clients/dish/src/mapConfigurations/attributionsConfig.ts
index fae4cdbd8..7399fbf88 100644
--- a/packages/clients/dish/src/mapConfigurations/attributionsConfig.ts
+++ b/packages/clients/dish/src/mapConfigurations/attributionsConfig.ts
@@ -4,16 +4,16 @@ export const denkmalAmtLink =
'Landesamt für Denkmalpflege'
export const vermessungsAmtLink =
- '© Geobasis-DE/LVermGeo SH'
+ 'Geobasis-DE/LVermGeo SH'
export const attributionsBasemapGrau = {
id: basemapGrau,
title:
- 'Karte Basemap.de (Graustufen): © basemap.de / BKG ',
+ 'Karte Basemap.de (Graustufen): basemap.de / BKG ',
}
export const attributionsAlkisWms = {
id: alkisWms,
title:
- 'Karte Flurstücke gemäss ALKIS-Objektartenkatalog © © Geobasis-DE/LVermGeo SH ',
+ 'Karte Flurstücke gemäss ALKIS-Objektartenkatalog © Geobasis-DE/LVermGeo SH ',
}
diff --git a/packages/clients/dish/src/mapConfigurations/layerConfigIntern.ts b/packages/clients/dish/src/mapConfigurations/layerConfigIntern.ts
index a03913095..7caf5d0d8 100644
--- a/packages/clients/dish/src/mapConfigurations/layerConfigIntern.ts
+++ b/packages/clients/dish/src/mapConfigurations/layerConfigIntern.ts
@@ -22,7 +22,7 @@ const layersIntern: LayerConfiguration[] = [
id: basemapGrau,
visibility: false,
type: 'background',
- name: 'Basemap Graustufen',
+ name: 'Basemap.de Graustufen',
},
{
id: bddEin,
@@ -40,22 +40,14 @@ const layersIntern: LayerConfiguration[] = [
id: dop20col,
visibility: false,
type: 'background',
- name: 'Luftbilder',
+ name: 'Luftbild (Farbe)',
},
{
- id: alkisWfs,
- visibility: false,
- hideInMenu: true,
- gfiMode: 'bboxDot',
- type: 'mask',
- name: 'ALKIS Katasterbezirke (WFS) Infoabfragelayer',
- },
- {
- id: alkisWms,
- visibility: false,
+ id: beschriftung,
+ visibility: true,
type: 'mask',
- name: 'ALKIS Flurstücke (ab 1:1000)',
- minZoom: 10,
+ name: 'Beschriftung (ab 1:2.500)',
+ minZoom: 9,
},
{
id: denkmaelerWFS,
@@ -100,8 +92,8 @@ const layersIntern: LayerConfiguration[] = [
'23': 'Baudenkmal mit Kontrollbedarf',
'22': 'Gründenkmal mit Kontrollbedarf',
'21': 'Gewässer mit Kontrollbedarf',
- '20': 'Baudenkmal mit Kontrollbedarf (Flächen)',
- '19': 'Gründenkmal mit Kontrollbedarf (Flächen)',
+ '20': 'Baudenkmal (Fläche) mit Kontrollbedarf',
+ '19': 'Gründenkmal (Fläche) mit Kontrollbedarf',
},
legend: true,
},
@@ -109,7 +101,7 @@ const layersIntern: LayerConfiguration[] = [
},
{
id: verlust,
- visibility: true,
+ visibility: false,
type: 'mask',
name: 'Verlust',
options: {
@@ -142,11 +134,19 @@ const layersIntern: LayerConfiguration[] = [
},
},
{
- id: beschriftung,
- visibility: true,
+ id: alkisWfs,
+ visibility: false,
+ hideInMenu: true,
+ gfiMode: 'bboxDot',
type: 'mask',
- name: 'Beschriftung (ab 1:2500)',
- minZoom: 9,
+ name: 'ALKIS Katasterbezirke (WFS) Infoabfragelayer',
+ },
+ {
+ id: alkisWms,
+ visibility: false,
+ type: 'mask',
+ name: 'ALKIS Flurstücke (ab 1:1.000)',
+ minZoom: 10,
},
]
diff --git a/packages/clients/dish/src/mapConfigurations/mapConfigIntern.ts b/packages/clients/dish/src/mapConfigurations/mapConfigIntern.ts
index fadce200a..2012a09bb 100644
--- a/packages/clients/dish/src/mapConfigurations/mapConfigIntern.ts
+++ b/packages/clients/dish/src/mapConfigurations/mapConfigIntern.ts
@@ -49,9 +49,8 @@ export const mapConfigIntern = (urlParams: DishUrlParams): DishMapConfig => ({
},
{
id: dop20col,
- title: `Luftbilder Farbe: © ${vermessungsAmtLink}`,
+ title: `Luftbild (Farbe): © ${vermessungsAmtLink}`,
},
- attributionsAlkisWms,
{
id: denkmaelerWMS,
title: `Karte Kulturdenkmale (Denkmalliste): © ${denkmalAmtLink} `,
@@ -68,6 +67,7 @@ export const mapConfigIntern = (urlParams: DishUrlParams): DishMapConfig => ({
id: verwaltung,
title: `Verwaltungsgrenzen: © ${vermessungsAmtLink}`,
},
+ attributionsAlkisWms,
],
staticAttributions: [
`Geobasisdaten: © GeoBasis-DE / BKG 2024 Nutzungsbedingungen`,
@@ -80,6 +80,7 @@ export const mapConfigIntern = (urlParams: DishUrlParams): DishMapConfig => ({
draw: {
selectableDrawModes: ['Circle', 'LineString', 'Point', 'Polygon', 'Text'],
textStyle: {
+ textColor: '#e51313',
font: {
size: [10, 20, 30],
family: 'Arial',