Sync layers, add new Freemap.sk Outdoor layer
This commit is contained in:
parent
2a43193295
commit
b3b2c3194e
31 changed files with 154 additions and 11 deletions
|
|
@ -172,6 +172,9 @@ BR.confLayers.getPropertyOverrides = function() {
|
|||
'Freemap.sk-Cyclo': {
|
||||
'mapUrl': 'https://www.freemap.sk/?map={zoom}/{lat}/{lon}&layers=C'
|
||||
},
|
||||
'Freemap.sk-Outdoor': {
|
||||
'mapUrl': 'https://www.freemap.sk/?map={zoom}/{lat}/{lon}&layers=X'
|
||||
},
|
||||
'osm-cambodia_laos_thailand_vietnam-bilingual': {
|
||||
'country_code': 'TH+',
|
||||
'nameShort': 'Thaimap',
|
||||
|
|
|
|||
|
|
@ -51,8 +51,9 @@ BR.confLayers.tree = {
|
|||
{
|
||||
'SK': [
|
||||
'Freemap.sk-Car',
|
||||
'Freemap.sk-Hiking',
|
||||
'Freemap.sk-Cyclo',
|
||||
'Freemap.sk-Hiking',
|
||||
'Freemap.sk-Outdoor'
|
||||
]
|
||||
},
|
||||
'osm-cambodia_laos_thailand_vietnam-bilingual'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue