summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-17 00:53:46 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-17 00:53:46 +0100
commitc6b8a43bfcaf2ae368d637304d993cb3f861afd7 (patch)
tree3437386d5abdf13b68c3ac0f98b3d6138a816ffb
parent0a7d381bc78283d31356743c0b315bfae7ecb284 (diff)
downloadChimère-c6b8a43bfcaf2ae368d637304d993cb3f861afd7.tar.bz2
Chimère-c6b8a43bfcaf2ae368d637304d993cb3f861afd7.zip
Correct the evaluation of categories when a "current_features" is set.
-rw-r--r--chimere/static/main_map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/static/main_map.js b/chimere/static/main_map.js
index c56f8a6..470f055 100644
--- a/chimere/static/main_map.js
+++ b/chimere/static/main_map.js
@@ -371,6 +371,7 @@ function putMarker(layer, mark) {
clicked = true;
updateDetail(feature.pk);
map.setCenter(feature.lonlat, 17);
+ loadCategories();
p_current_feature = null;
}
return feature;