From 5696177d0819bc7b4e31ea79275cc3c6e677ad56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 27 Sep 2017 15:14:36 +0200 Subject: [PATCH] set default position on Lyon --- debian/50gnm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/50gnm.py b/debian/50gnm.py index 68f0c2e..a711b8d 100644 --- a/debian/50gnm.py +++ b/debian/50gnm.py @@ -4,6 +4,8 @@ COMBO_MAP_TILE_URLTEMPLATE = "https://carton.entrouvert.org/hydda-tiles/{z}/{x}/ COMBO_MAP_ATTRIBUTION = "© OpenStreetMap" COMBO_DASHBOARD_ENABLED = True +COMBO_MAP_DEFAULT_POSITION = {'lat': '45.7506', 'lng': '4.8433'} + COMBO_PUBLIC_TEMPLATES.update({ "blank": { "name": u"Blanc",