Pass SwissTopo layer with mapUrl (#422)

This commit is contained in:
Norbert Renner 2021-06-02 20:57:56 +02:00
parent 819d1d1fc3
commit 1f66a8ea55

View file

@ -139,11 +139,11 @@ BR.confLayers.getPropertyOverrides = function() {
},
'swisstopo-landeskarte': {
'country_code': 'CH',
'mapUrl': 'https://map.geo.admin.ch/?swisssearch={lat},{lon}',
'mapUrl': 'https://map.geo.admin.ch/?swisssearch={lat},{lon}&bgLayer=ch.swisstopo.pixelkarte-farbe',
},
'swisstopo-aerial': {
'country_code': 'CH',
'mapUrl': 'https://map.geo.admin.ch/?swisssearch={lat},{lon}',
'mapUrl': 'https://map.geo.admin.ch/?swisssearch={lat},{lon}&bgLayer=ch.swisstopo.swissimage',
},
'topplus-open': {
'country_code': 'DE',