map: use Entr'ouvert tiles by default (#33181)

This commit is contained in:
Thomas NOËL 2019-05-17 09:53:06 +02:00
parent 94950763ea
commit b9c0eee70f
1 changed files with 1 additions and 1 deletions

View File

@ -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 &copy; <a href="https://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'