summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-20 17:16:26 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-20 17:16:26 +0100
commitbdfc5e9b6e4982bd4d1ffcc0fa5b73a44e35818d (patch)
treef6394007244bcfe61afde4c385917272ff1627f1
parent07da39e35e02ce0e9142289504bfdbb44d1c4365 (diff)
parent49faab30c25763e3b79784b420239b87a300ee24 (diff)
downloadChimère - projet Saclay-bdfc5e9b6e4982bd4d1ffcc0fa5b73a44e35818d.tar.bz2
Chimère - projet Saclay-bdfc5e9b6e4982bd4d1ffcc0fa5b73a44e35818d.zip
Merge branch 'master-v3.0' into saclay-v3.0
-rw-r--r--templates/chimere/blocks/map.html2
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,