Projet

Général

Profil

0001-map-use-Entr-ouvert-tiles-by-default-33181.patch

Thomas Noël, 17 mai 2019 09:53

Télécharger (889 octets)

Voir les différences:

Subject: [PATCH] map: use Entr'ouvert tiles by default (#33181)

 combo/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/settings.py
289 289
}
290 290

  
291 291
# default map tiles url
292
COMBO_MAP_TILE_URLTEMPLATE = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
292
COMBO_MAP_TILE_URLTEMPLATE = 'https://tiles.entrouvert.org/hdm/{z}/{x}/{y}.png'
293 293

  
294 294
# default combo map attribution
295 295
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>'
296
-