diff options
Diffstat (limited to 'chimere/static/main_map.js')
-rw-r--r-- | chimere/static/main_map.js | 1 |
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; |