Pass SwissTopo layer with mapUrl (#422)
This commit is contained in:
parent
819d1d1fc3
commit
1f66a8ea55
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue