Add CyclOSM back for all (#290)

Use `pseudo_language_code` to keep it the default for French users, but not display the (wrong) language prefix in the layer tree.
This commit is contained in:
Norbert Renner 2020-08-03 17:54:45 +02:00
parent b3b2c3194e
commit c3ac8345ee
3 changed files with 3 additions and 2 deletions

View file

@ -232,7 +232,7 @@ BR.confLayers.getPropertyOverrides = function() {
'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}'
},
'cyclosm': {
'language_code': 'fr',
'pseudo_language_code': 'fr',
'nameShort': 'CyclOSM',
'mapUrl': 'https://www.cyclosm.org/#map={zoom}/{lat}/{lon}/cyclosm'
},

View file

@ -2,6 +2,7 @@ BR.confLayers.tree = {
'base-layers': {
'worldwide-international': [
'standard',
'cyclosm',
'OpenTopoMap',
'Stamen.Terrain',
'Esri.WorldImagery',