diff options
-rw-r--r-- | templates/chimere/blocks/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index b93fea8..87a73b0 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -49,7 +49,7 @@ $("#{{map_id}}").show(); "dynamic_categories": {{ dynamic_categories }}, {% if p_display_submited %}"display_submited": {{ p_display_submited }},{% endif %} {% if area_id %}'area_id': "{{area_id}}",{% endif %} - {% if p_current_feature %}"display_feature": {{ p_current_feature }},{% endif %} + {% if p_current_feature %}"display_feature": "{{ p_current_feature }}",{% endif %} {% if selected_map_layer %}"selected_map_layer": {{selected_map_layer}},{% endif %} "display_feature_detail_callback": display_feature_detail_callback, "edition_type_is_route": true, |