diff --git a/templates/map/client/config.json b/templates/map/client/config.json index a4fe6e1a..26c0d16b 100644 --- a/templates/map/client/config.json +++ b/templates/map/client/config.json @@ -31,7 +31,7 @@ "map": { "projection": "EPSG:25832", - "center_lonlat": [ 7.0, 51.0 ], + "center_lonlat": [ 7.0, 50.0 ], "zoom": 12, "min_zoom": 5, "max_zoom": 24, @@ -41,21 +41,18 @@ "folders": [ { "id": "bg", "title": "Hintergrund", "parent": null , "radio": true}, - { "id": "alkis", "title": "ALKIS Liegenschaften", "parent": null }, - { "id": "verwaltung", "title": "Verwaltungsgrenzen", "parent": null }, - { "id": "fachdaten", "title": "Geofachdaten", "parent": null }, - { "id": "ksp", "title": "Kompensationsverzeichnis", "parent": "fachdaten" }, - { "id": "kom", "title": "Kompensationen", "parent": "ksp" }, - { "id": "eiv", "title": "Eingriffe", "parent": "ksp" }, - { "id": "oek", "title": "Ökokonten", "parent": "ksp" }, - { "id": "ema", "title": "EMA", "parent": "ksp" }, - { "id": "mae", "title": "MAE", "parent": "ksp" }, - { "id": "schutzgebiet", "title": "Schutzgebiete", "parent": "fachdaten" }, - { "id": "nationalpark", "title": "Nationalparke", "parent": "schutzgebiet" }, - { "id": "naturraum", "title": "Naturräume", "parent": "schutzgebiet" }, - { "id": "dtk", "title": "Topographisch (DTK5)", "parent": "bg" }, - { "id": "basemap", "title": "BaseMap", "parent": "bg" }, - { "id": "webatlas", "title": "Webatlas", "parent": "bg" } + { "id": "alkis", "parent": null, "title": "ALKIS Liegenschaften" }, + { "id": "verwaltung", "parent": null, "title": "Verwaltungsgrenzen" }, + { "id": "fachdaten", "parent": null, "title": "Geofachdaten" }, + { "id": "ksp", "parent": "fachdaten", "title": "Kompensationsverzeichnis"}, + { "id": "schutzgebiet", "parent": "fachdaten", "title": "Schutzgebiete"}, + { "id": "nationalpark", "parent": "schutzgebiet", "title": "Nationalparke"}, + { "id": "naturraum", "parent": "schutzgebiet", "title": "Naturräume" }, + { "id": "kom", "parent": "ksp", "title": "Kompensationen" }, + { "id": "eiv", "parent": "ksp", "title": "Eingriffe" }, + { "id": "oek", "parent": "ksp", "title": "Ökokonten" }, + { "id": "ema", "parent": "ksp", "title": "EMA" }, + { "id": "mae", "parent": "ksp", "title": "MAE" } ], "layers": [ @@ -95,13 +92,13 @@ { "id": "vg", "folder": "verwaltung", "type": "WMS", "title": "Verbandsgemeinden", "url": "http://geo5.service24.rlp.de/wms/verwaltungsgrenzen_rp.fcgi?", "name": "Verbandsgemeinden" }, { "id": "gmd", "folder": "verwaltung", "type": "WMS", "title": "Gemeinden", "url": "http://geo5.service24.rlp.de/wms/verwaltungsgrenzen_rp.fcgi?", "name": "Gemeinden" }, - { "id": "webatlas_farbe", "folder": "webatlas", "type": "WMS", "order": -1, "title": "farbig", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_WebAtlasRP/MapServer/WmsServer?", "name": "RP_WebAtlasRP", "active": true}, - { "id": "webatlas_grau", "folder": "webatlas", "type": "WMS", "title": "grau", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_ETRS_Gt/MapServer/WmsServer?", "name": "0", "active": false }, - { "id": "luftbilder", "folder": "bg", "type": "WMS", "title": "Luftbilder", "attribution": "LVermGeo", "url": "http://geo4.service24.rlp.de/wms/dop_basis.fcgi?", "name": "rp_dop", "active": false }, - { "id": "basemap_farbe", "folder": "basemap", "type": "WMS", "title": "farbig", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_basemapde?", "name": "de_basemapde_web_raster_farbe", "active": false }, - { "id": "basemap_grau", "folder": "basemap", "type": "WMS", "title": "grau", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_basemapde?", "name": "de_basemapde_web_raster_grau", "active": false }, - { "id": "dtk_farbe", "folder": "dtk", "type": "WMS", "title": "farbig", "attribution": "LVermGeo", "url": "https://geo4.service24.rlp.de/wms/dtk5_rp.fcgi?", "name": "rp_dtk5", "active": false }, - { "id": "dtk_grau", "folder": "dtk", "type": "WMS", "title": "grau", "attribution": "LVermGeo", "url": "https://geo4.service24.rlp.de/wms/dtk5_rp.fcgi?", "name": "rp_dtk5_grau", "active": false } + { "id": "webatlas_farbe", "folder": "bg", "type": "WMS", "order": -1, "title": "WebatlasRP farbig", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_WebAtlasRP/MapServer/WmsServer?", "name": "RP_WebAtlasRP", "active": true}, + { "id": "webatlas_grau", "folder": "bg", "type": "WMS", "order": -1, "title": "WebatlasRP grau", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_ETRS_Gt/MapServer/WmsServer?", "name": "0", "active": false }, + { "id": "luftbilder", "folder": "bg", "type": "WMS", "order": -1, "title": "Luftbilder", "attribution": "LVermGeo", "url": "http://geo4.service24.rlp.de/wms/dop_basis.fcgi?", "name": "rp_dop", "active": false }, + { "id": "basemap_farbe", "folder": "bg", "type": "WMS", "order": -1, "title": "BasemapDE farbig", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_basemapde?", "name": "de_basemapde_web_raster_farbe", "active": false }, + { "id": "basemap_grau", "folder": "bg", "type": "WMS", "order": -1, "title": "BasemapDE grau", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_basemapde?", "name": "de_basemapde_web_raster_grau", "active": false }, + { "id": "dtk_farbe", "folder": "bg", "type": "WMS", "order": -1, "title": "DTK5 farbig", "attribution": "LVermGeo", "url": "https://geo4.service24.rlp.de/wms/dtk5_rp.fcgi?", "name": "rp_dtk5", "active": false }, + { "id": "dtk_grau", "folder": "bg", "type": "WMS", "order": -1, "title": "DTK5 grau", "attribution": "LVermGeo", "url": "https://geo4.service24.rlp.de/wms/dtk5_rp.fcgi?", "name": "rp_dtk5_grau", "active": false } ], "layertree": { @@ -226,8 +223,8 @@ "snapping": { "show": true, - "active": false, - "tolerance": 10 + "active": true, + "tolerance": 35 }, "bounds_message": "Ausserhalb des erlaubten Bereichs!", "show_bounds": true