Skip to content

Commit

Permalink
Remove CyclOSM because our usage is too high for osm.fr
Browse files Browse the repository at this point in the history
- only add for French users
- fix mapUrl, website not tile URL
  • Loading branch information
nrenner committed Dec 16, 2019
1 parent 9af707a commit c838b55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion layers/config/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
};
};
1 change: 0 additions & 1 deletion layers/config/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ BR.confLayers.tree = {
'base-layers': {
'worldwide-international': [
'standard',
'cyclosm',
'OpenTopoMap',
'Stamen.Terrain',
'Esri.WorldImagery',
Expand Down

0 comments on commit c838b55

Please sign in to comment.