From 71be3cac99d820e496de2b3b4bc529b1523a416a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Dec 2014 15:10:55 +0100 Subject: Add missing paramaterers in settings --- settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py') 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 -- cgit v1.2.3