summaryrefslogtreecommitdiff
path: root/chimere/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.py')
-rw-r--r--chimere/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/settings.py b/chimere/settings.py
index 36c6858..f1a2e87 100644
--- a/chimere/settings.py
+++ b/chimere/settings.py
@@ -19,6 +19,8 @@ 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
+# if you want a dynamic load of categories on the main map
+DYNAMIC_CATEGORIES = False
# default id category to check on the map
DEFAULT_CATEGORIES = [1]