define map max bounds

This commit is contained in:
Frédéric Péters 2017-09-30 14:22:16 +02:00
parent faef96ba65
commit 1939be722f
1 changed files with 4 additions and 0 deletions

4
debian/50gnm.py vendored
View File

@ -5,6 +5,10 @@ COMBO_MAP_ATTRIBUTION = "&copy; <a href='http://www.openstreetmap.org/copyright'
COMBO_DASHBOARD_ENABLED = True
COMBO_MAP_DEFAULT_POSITION = {'lat': '45.7577', 'lng': '4.8320'}
COMBO_MAP_MAX_BOUNDS = {
"corner1": {"lat": 45.9134, "lng": 4.6733},
"corner2": {"lat": 45.5583, "lng": 5.1574}
}
COMBO_PUBLIC_TEMPLATES.update({
"blank": {