summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-01 17:41:12 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-01 17:41:12 +0200
commit65bd0743a2ef44a638950f5c5cca4efa702bd89f (patch)
tree7c11f496a55880e8ab54c21caf040e30ed932eaa /chimere/static
parent962207cbc4d44360e2f321c3820b2af35269ae54 (diff)
downloadChimère-65bd0743a2ef44a638950f5c5cca4efa702bd89f.tar.bz2
Chimère-65bd0743a2ef44a638950f5c5cca4efa702bd89f.zip
Fix templates and disable by default clustering
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/js/jquery.chimere.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js
index 104e527..2e2d238 100644
--- a/chimere/static/chimere/js/jquery.chimere.js
+++ b/chimere/static/chimere/js/jquery.chimere.js
@@ -93,7 +93,7 @@ OpenLayers.Layer.MapQuestOSM = OpenLayers.Class(OpenLayers.Layer.XYZ, {
units: 'm',
projection: new OpenLayers.Projection('EPSG:4326'),
theme: null,
- enable_clustering: true,
+ enable_clustering: false,
routing: false, // enable routing management
routing_panel_open: function(){
$('#chimere_itinerary_panel').dialog('open');