switch to new map tiles (#23432)

This commit is contained in:
Frédéric Péters 2018-06-12 09:21:58 +02:00
parent fb6e29d9cd
commit 5a480f7baa
1 changed files with 1 additions and 1 deletions

2
debian/50gnm.py vendored
View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
COMBO_MAP_TILE_URLTEMPLATE = "https://carton.entrouvert.org/hydda-tiles/{z}/{x}/{y}{r}.png"
COMBO_MAP_TILE_URLTEMPLATE = "https://tiles.entrouvert.org/hdm/{z}/{x}/{y}.png"
COMBO_MAP_ATTRIBUTION = "&copy; <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
COMBO_DASHBOARD_ENABLED = True