Remove CyclOSM because our usage is too high for osm.fr

- only add for French users
- fix mapUrl, website not tile URL
This commit is contained in:
Norbert Renner 2019-12-16 10:44:40 +01:00
parent 9af707a56e
commit c838b55ce3
2 changed files with 1 additions and 2 deletions

View file

@ -231,7 +231,7 @@ BR.confLayers.getPropertyOverrides = function() {
'cyclosm': {
'language_code': 'fr',
'nameShort': 'CyclOSM',
'mapUrl': 'https://dev.{s}.tile.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png'
'mapUrl': 'https://www.cyclosm.org/#map={zoom}/{lat}/{lon}/cyclosm'
},
};
};

View file

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