#138 config.json

* adds some layers and reorganizes config.json for NETGIS client
This commit is contained in:
mpeltriaux 2022-04-20 14:32:28 +02:00
parent 5e65156b54
commit d332be2971

View File

@ -10,17 +10,22 @@
{ "folder": 1, "type": "WMS", "title": "Gebäude / Bauwerke", "url": "https://geo5.service24.rlp.de/wms/liegenschaften_rp.fcgi?", "name": "GebaeudeBauwerke" }, { "folder": 1, "type": "WMS", "title": "Gebäude / Bauwerke", "url": "https://geo5.service24.rlp.de/wms/liegenschaften_rp.fcgi?", "name": "GebaeudeBauwerke" },
{ "folder": 1, "type": "WMS", "title": "Nutzung", "url": "https://geo5.service24.rlp.de/wms/liegenschaften_rp.fcgi?", "name": "Nutzung" }, { "folder": 1, "type": "WMS", "title": "Nutzung", "url": "https://geo5.service24.rlp.de/wms/liegenschaften_rp.fcgi?", "name": "Nutzung" },
{ "folder": 2, "type": "WFS", "title": "Überschwemmungsgebiete WFS Test", "url": "http://213.139.159.34:80/geoserver/uesg/wfs?", "name": "uesg:uesg_gesetzlich" }, { "folder": 2, "type": "WMS", "title": "Landkreise", "url": "http://geo5.service24.rlp.de/wms/verwaltungsgrenzen_rp.fcgi?", "name": "Landkreise" },
{ "folder": 2, "type": "WMS", "title": "Verbandsgemeinden", "url": "http://geo5.service24.rlp.de/wms/verwaltungsgrenzen_rp.fcgi?", "name": "Verbandsgemeinden" },
{ "folder": 2, "type": "WMS", "title": "Gemeinden", "url": "http://geo5.service24.rlp.de/wms/verwaltungsgrenzen_rp.fcgi?", "name": "Gemeinden" },
{ "folder": 3, "type": "WMS", "title": "TopPlusOpen", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_topplus_open?", "name": "web", "active": true }, { "folder": 3, "type": "WMS", "title": "Webatlas farbig", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_WebAtlasRP/MapServer/WmsServer?", "name": "RP_WebAtlasRP", "active": true },
{ "folder": 3, "type": "OSM", "title": "Open Street Map", "attribution": "OSM" } { "folder": 3, "type": "WMS", "title": "Webatlas grau", "attribution": "LVermGeo", "url": "https://maps.service24.rlp.de/gisserver/services/RP/RP_ETRS_Gt/MapServer/WmsServer?", "name": "0", "active": false },
{ "folder": 3, "type": "WMS", "title": "Luftbilder", "attribution": "LVermGeo", "url": "http://geo4.service24.rlp.de/wms/dop_basis.fcgi?", "name": "rp_dop", "active": false },
{ "folder": 3, "type": "WMS", "title": "TopPlusOpen", "attribution": "BKG", "url": "https://sgx.geodatenzentrum.de/wms_topplus_open?", "name": "web", "active": false },
{ "folder": 3, "type": "OSM", "title": "Open Street Map", "attribution": "OSM", "active": false }
], ],
"folders": "folders":
[ [
{ "title": "KOM Kompensationsmaßnahmen", "parent": -1 }, { "title": "KOM Kompensationsmaßnahmen", "parent": -1 },
{ "title": "ALKIS Liegenschaften", "parent": -1 }, { "title": "ALKIS Liegenschaften", "parent": -1 },
{ "title": "Test", "parent": -1 }, { "title": "Grenzen", "parent": -1 },
{ "title": "Hintergrund", "parent": -1 } { "title": "Hintergrund", "parent": -1 }
], ],
@ -34,7 +39,7 @@
"projection": "EPSG:25832", "projection": "EPSG:25832",
"center": [ 385000, 5543000 ], "center": [ 385000, 5543000 ],
"minZoom": 5, "minZoom": 5,
"maxZoom": 21, "maxZoom": 20,
"zoom": 8, "zoom": 8,
"attribution": "LANIS RLP" "attribution": "LANIS RLP"
}, },