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:
parent
9af707a56e
commit
c838b55ce3
2 changed files with 1 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ BR.confLayers.getPropertyOverrides = function() {
|
||||||
'cyclosm': {
|
'cyclosm': {
|
||||||
'language_code': 'fr',
|
'language_code': 'fr',
|
||||||
'nameShort': 'CyclOSM',
|
'nameShort': 'CyclOSM',
|
||||||
'mapUrl': 'https://dev.{s}.tile.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png'
|
'mapUrl': 'https://www.cyclosm.org/#map={zoom}/{lat}/{lon}/cyclosm'
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ BR.confLayers.tree = {
|
||||||
'base-layers': {
|
'base-layers': {
|
||||||
'worldwide-international': [
|
'worldwide-international': [
|
||||||
'standard',
|
'standard',
|
||||||
'cyclosm',
|
|
||||||
'OpenTopoMap',
|
'OpenTopoMap',
|
||||||
'Stamen.Terrain',
|
'Stamen.Terrain',
|
||||||
'Esri.WorldImagery',
|
'Esri.WorldImagery',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue