summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/chimere/blocks/map.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html
index a496b48..914f965 100644
--- a/templates/chimere/blocks/map.html
+++ b/templates/chimere/blocks/map.html
@@ -53,6 +53,9 @@ $("#{{map_id}}").show();
{% 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,
+ 'routing': {{routing}},
+ {% if max_zoom %}'maxZoom': {{max_zoom}},{% endif %}
+ {% if min_zoom %}'minZoom': {{min_zoom}},{% endif %}
"edition_type_is_route": true,
"permalink": permalink
}