summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 96589f0..a20037e 100644
--- a/settings.py
+++ b/settings.py
@@ -13,6 +13,8 @@ TINYMCE_URL = SERVER_URL + 'tinymce/'
DEFAULT_CENTER = (-1.679444, 48.114722)
EPSG_PROJECTION = 900913
EPSG_DISPLAY_PROJECTION = 4326
+# if you want to restrict the map to a defined bounding box set it here
+RESTRICTED_EXTENT = None
# default id category to check on the map
DEFAULT_CATEGORIES = [1]