summaryrefslogtreecommitdiff
path: root/chimere/templates/chimere/blocks/map_params.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/chimere/blocks/map_params.html')
-rw-r--r--chimere/templates/chimere/blocks/map_params.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/blocks/map_params.html b/chimere/templates/chimere/blocks/map_params.html
index 5ba7145..3572ee6 100644
--- a/chimere/templates/chimere/blocks/map_params.html
+++ b/chimere/templates/chimere/blocks/map_params.html
@@ -15,7 +15,7 @@
{{icon_offset_y}});
chimere_init_options["dynamic_categories"] = {{ dynamic_categories }};
{% if p_display_submited %}chimere_init_options["display_submited"] = {{ p_display_submited }};{% endif %}
- chimere_init_options["checked_categories"] = {% if p_checked_categories %}[{{p_checked_categories}}]{% else %} {{ CHIMERE_DEFAULT_CATEGORIES }}{% endif %};
+ chimere_init_options["checked_categories"] = {{ p_checked_categories }};
var p_current_feature{% if p_current_feature %} = {{ p_current_feature }}{% endif %};
{% if area_id %}chimere_init_options['area_id'] = "{{area_id}}";{% endif %}
$("#map").chimere(chimere_init_options);