From 4be50007afb898efdf11a34851c092b9102f386a Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 28 Feb 2010 20:50:07 +0000 Subject: 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 --- chimere/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chimere/settings.py') 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] -- cgit v1.2.3