From b9c0eee70fc3dbdd336b91ceda3c71ec8fac1c02 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 17 May 2019 09:53:06 +0200 Subject: [PATCH] map: use Entr'ouvert tiles by default (#33181) --- combo/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/settings.py b/combo/settings.py index a9547ea6..5b6025e8 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -289,7 +289,7 @@ COMBO_MAP_MAX_BOUNDS = { } # default map tiles url -COMBO_MAP_TILE_URLTEMPLATE = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' +COMBO_MAP_TILE_URLTEMPLATE = 'https://tiles.entrouvert.org/hdm/{z}/{x}/{y}.png' # default combo map attribution COMBO_MAP_ATTRIBUTION = 'Map data © OpenStreetMap contributors, CC-BY-SA'