From 1f66a8ea55a39764707e0710ea84d85c422fccf8 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 2 Jun 2021 20:57:56 +0200 Subject: [PATCH] Pass SwissTopo layer with mapUrl (#422) --- layers/config/overrides.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/config/overrides.js b/layers/config/overrides.js index 1603eea..8bb6aa4 100644 --- a/layers/config/overrides.js +++ b/layers/config/overrides.js @@ -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',