Skip to content
Snippets Groups Projects
Commit 8e08247c authored by Lyn Elisa Goltz's avatar Lyn Elisa Goltz
Browse files

XPLANBOX-2574 - added grid gdi_de_3857

parent 480478f9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ parts:
srs: 'EPSG:4326'
cache_cfg: &cache_cfg
format: image/png
grids: [gdi_de_25832]
grids: [gdi_de_25832, gdi_de_3857]
disable_storage: ${XPLAN_MAPPROXY_CACHE_DISABLE}
cache:
type: s3
......@@ -61,13 +61,13 @@ layers:
- name: bplan_raster
title: Rasterdarstellung der Bebauungspläne
sources: [bplan_raster_cache]
tile_sources: [bplan_raster_cache, bplan_raster_cache_3857]
tile_sources: [bplan_raster_cache]
min_res: 1.4
max_res: 0.28
- name: bplan_vektor
title: Vektordarstellung der Bebauungspläne
sources: [bplan_vektor_cache]
tile_sources: [bplan_vektor_cache, bplan_vektor_cache_3857]
tile_sources: [bplan_vektor_cache]
min_res: 1.4
max_res: 0.28
- name: xplan_fplan
......@@ -76,13 +76,13 @@ layers:
- name: fplan_raster
title: Rasterdarstellung der Flächennutzungspläne
sources: [fplan_raster_cache]
tile_sources: [fplan_raster_cache, fplan_raster_cache_3857]
tile_sources: [fplan_raster_cache]
min_res: 7.0
max_res: 1.4
- name: fplan_vektor
title: Vektordarstellung der Flächennutzungspläne
sources: [fplan_vektor_cache]
tile_sources: [fplan_vektor_cache, fplan_vektor_cache_3857]
tile_sources: [fplan_vektor_cache]
min_res: 7.0
max_res: 1.4
- name: xplan_lplan
......@@ -91,13 +91,13 @@ layers:
- name: lplan_raster
title: Rasterdarstellung der Landschaftspläne
sources: [lplan_raster_cache]
tile_sources: [lplan_raster_cache, lplan_raster_cache_3857]
tile_sources: [lplan_raster_cache]
min_res: 7.0
max_res: 1.4
- name: lplan_vektor
title: Vektordarstellung der Landschaftspläne
sources: [lplan_vektor_cache]
tile_sources: [lplan_vektor_cache, lplan_vektor_cache_3857]
tile_sources: [lplan_vektor_cache]
min_res: 7.0
max_res: 1.4
- name: xplan_rplan
......@@ -106,13 +106,13 @@ layers:
- name: rplan_raster
title: Rasterdarstellung der Regionalpläne
sources: [rplan_raster_cache]
tile_sources: [rplan_raster_cache, rplan_raster_cache_3857]
tile_sources: [rplan_raster_cache]
min_res: 7.0
max_res: 1.4
- name: rplan_vektor
title: Vektordarstellung der Regionalpläne
sources: [rplan_vektor_cache]
tile_sources: [rplan_vektor_cache, rplan_vektor_cache_3857]
tile_sources: [rplan_vektor_cache]
min_res: 7.0
max_res: 1.4
- name: xplan_soplan
......@@ -121,46 +121,16 @@ layers:
- name: soplan_raster
title: Rasterdarstellung der sonstigen raumbezogenen Pläne
sources: [soplan_raster_cache]
tile_sources: [soplan_raster_cache, soplan_raster_cache_3857]
tile_sources: [soplan_raster_cache]
min_res: 1.4
max_res: 0.28
- name: soplan_vektor
title: Vektordarstellung der sonstigen raumbezogenen Pläne
sources: [soplan_vektor_cache]
tile_sources: [soplan_vektor_cache, soplan_vektor_cache_3857]
tile_sources: [soplan_vektor_cache]
min_res: 1.4
max_res: 0.28
caches:
bplan_raster_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [bplan_raster_cache]
bplan_vektor_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [bplan_vektor_cache]
fplan_raster_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [fplan_raster_cache]
fplan_vektor_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [fplan_vektor_cache]
lplan_raster_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [lplan_raster_cache]
lplan_vektor_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [lplan_vektor_cache]
rplan_raster_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [rplan_raster_cache]
rplan_vektor_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [rplan_vektor_cache]
soplan_raster_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [soplan_raster_cache]
soplan_vektor_cache_3857:
grids: [GLOBAL_WEBMERCATOR]
sources: [soplan_vektor_cache]
bplan_raster_cache:
<<: *cache_cfg
cache:
......@@ -260,6 +230,13 @@ grids:
bbox: [${XPLAN_SERVICES_BBOX_4326}]
bbox_srs: 'EPSG:4326'
origin: 'ul'
gdi_de_3857:
srs: 'EPSG:3857'
tile_size: [512, 512]
res: [28.0,14.0,7.0,2.8,1.4,0.7,0.28]
bbox: [${XPLAN_SERVICES_BBOX_4326}]
bbox_srs: 'EPSG:4326'
origin: 'ul'
globals:
cache:
lock_dir: "./cache_data/locks"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.