summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-12-09 15:10:55 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-12-09 15:10:55 +0100
commit71be3cac99d820e496de2b3b4bc529b1523a416a (patch)
treeea76b515a3f95f7fae70e2e5da2d994184905b10
parent1c03304bc25c38b6baa6de73332fd030df3e0400 (diff)
downloadChimère - projet de référence-71be3cac99d820e496de2b3b4bc529b1523a416a.tar.bz2
Chimère - projet de référence-71be3cac99d820e496de2b3b4bc529b1523a416a.zip
Add missing paramaterers in settings
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 1cc2d36..c7147ab 100644
--- a/settings.py
+++ b/settings.py
@@ -81,6 +81,9 @@ CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1'
# it could be a good idea to hide it to an admin who could'nt do that
CHIMERE_HIDE_PROPERTYMODEL = False
+# clustering of markers
+CHIMERE_ENABLE_CLUSTERING = False
+
# enable routing in Chimère
CHIMERE_ENABLE_ROUTING = False