summaryrefslogtreecommitdiff
path: root/chimere/settings.py
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-28 20:50:07 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-28 20:50:07 +0000
commit4be50007afb898efdf11a34851c092b9102f386a (patch)
tree409da91b2bca55f5288c1aa7e6496da58786df8b /chimere/settings.py
parent9651da473d422ed9c966997c6e2194f15d825836 (diff)
downloadChimère-4be50007afb898efdf11a34851c092b9102f386a.tar.bz2
Chimère-4be50007afb898efdf11a34851c092b9102f386a.zip
Dynamic loading of categories #80 - Reactivate the check-all button #81
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@66 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
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]