From c6b8a43bfcaf2ae368d637304d993cb3f861afd7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Nov 2010 00:53:46 +0100 Subject: Correct the evaluation of categories when a "current_features" is set. --- chimere/static/main_map.js | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3