summaryrefslogtreecommitdiff
path: root/chimere/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.py')
-rw-r--r--chimere/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/settings.py b/chimere/settings.py
index 6afb2af..15cb262 100644
--- a/chimere/settings.py
+++ b/chimere/settings.py
@@ -23,6 +23,7 @@ EPSG_PROJECTION = 900913
# chimere use the same projection to save its data in the database
EPSG_DISPLAY_PROJECTION = 4326
# to restrict the map to a defined bounding box set it here
+# (left, bottom, right, top)
RESTRICTED_EXTENT = None
# dynamic load of categories on the main map
DYNAMIC_CATEGORIES = False