Skip to content

Commit

Permalink
Merge pull request #3907 from GeotrekCE/revert-https-on-tiles
Browse files Browse the repository at this point in the history
Revert https on default map tiles
  • Loading branch information
submarcos committed Jan 29, 2024
2 parents 216fa43 + 1755e8b commit f64f5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geotrek/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def api_bbox(bbox, buffer):
'TILES': [
(
'OpenTopoMap',
'//{s}.tile.opentopomap.org/{z}/{x}/{y}.png',
'https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',
{
'attribution': 'map data: © <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors, <a href="http://viewfinderpanoramas.org">SRTM</a> | map style: © <a href="https://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)',
'maxNativeZoom': 17,
Expand All @@ -458,7 +458,7 @@ def api_bbox(bbox, buffer):
),
(
'OpenStreetMap',
'//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
'attribution': '&copy; <a href="https://www.openstreetmap.org/copyright">Contributeurs d\'OpenStreetMap</a>',
'maxNativeZoom': 19,
Expand Down

0 comments on commit f64f5e1

Please sign in to comment.