Update TopPlusOpen links and use WMTS

This commit is contained in:
Norbert Renner 2023-04-18 15:56:21 +02:00
parent 1a342d5e2a
commit 79a8c6ab9a
2 changed files with 5 additions and 4 deletions

View file

@ -147,7 +147,7 @@ BR.confLayers.getPropertyOverrides = function() {
},
'topplus-open': {
'country_code': 'DE',
'mapUrl': 'http://www.geodatenzentrum.de/geodaten/gdz_rahmen.gdz_div?gdz_spr=deu&gdz_user_id=0&gdz_akt_zeile=5&gdz_anz_zeile=1&gdz_unt_zeile=41',
'mapUrl': 'https://gdz.bkg.bund.de/index.php/default/wmts-topplusopen-wmts-topplus-open.html',
'worldTiles': true // World -z9, Europe -z14
},
'ignf-aerial': {

View file

@ -28,12 +28,13 @@
},
"properties": {
"attribution": {
"html": "© <a href=\"http://www.bkg.bund.de\" target=\"_blank\" rel=\"noopener\">Bundesamt für Kartographie und Geodäsie</a> 2018, <a href=\"http://sg.geodatenzentrum.de/web_public/Datenquellen_TopPlus_Open.pdf\" target=\"_blank\" rel=\"noopener\">Datenquellen</a>"
"html": "© <a href=\"http://www.bkg.bund.de\" target=\"_blank\" rel=\"noopener\">Bundesamt für Kartographie und Geodäsie</a> (2023), <a href=\"https://sgx.geodatenzentrum.de/web_public/gdz/datenquellen/Datenquellen_TopPlusOpen.html\" target=\"_blank\" rel=\"noopener\">Datenquellen</a>"
},
"id": "topplus-open",
"name": "TopPlusOpen",
"type": "wms",
"url": "http://sgx.geodatenzentrum.de/wms_topplus_web_open",
"type": "tms",
"url": "https://sgx.geodatenzentrum.de/wmts_topplus_open/tile/1.0.0/web/default/WEBMERCATOR/{zoom}/{y}/{x}.png",
"max_zoom": 19,
"layers": "web",
"format": "image/png"
},