diff --git a/web/client/utils/ConfigProvider.js b/web/client/utils/ConfigProvider.js index 122d956354..f037bf1e1a 100644 --- a/web/client/utils/ConfigProvider.js +++ b/web/client/utils/ConfigProvider.js @@ -1,15 +1,15 @@ export default { OpenStreetMap: { - url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', + url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', options: { maxZoom: 19, maxNativeZoom: 19, credits: { text: '© OpenStreetMap, Open Street Map and contributors, CC-BY-SA', - link: 'http://www.openstreetmap.org/copyright' + link: 'https://www.openstreetmap.org/copyright' }, attribution: - '© OpenStreetMap' + '© OpenStreetMap' }, variants: { Mapnik: {}, @@ -21,22 +21,22 @@ export default { } }, DE: { - url: 'http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', + url: 'https://tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', options: { maxZoom: 18, maxNativeZoom: 18 } }, France: { - url: 'http://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', + url: 'https://tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', options: { attribution: '© Openstreetmap France | {attribution.OpenStreetMap}' } }, HOT: { - url: 'http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', + url: 'https://tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', options: { - attribution: '{attribution.OpenStreetMap}, Tiles courtesy of Humanitarian OpenStreetMap Team' + attribution: '{attribution.OpenStreetMap}, Tiles courtesy of Humanitarian OpenStreetMap Team' } } }