From 356ccd0dc4eb0a6e768df59e94840452fc5109dc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 20 Sep 2016 11:46:17 +0200 Subject: Adapt bounds to ol3 --- chimere_example_project/templates/chimere/blocks/map.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'chimere_example_project') diff --git a/chimere_example_project/templates/chimere/blocks/map.html b/chimere_example_project/templates/chimere/blocks/map.html index aec1e9a..e3fef74 100644 --- a/chimere_example_project/templates/chimere/blocks/map.html +++ b/chimere_example_project/templates/chimere/blocks/map.html @@ -61,8 +61,6 @@ $(function(){ {% if p_routing_end_lon %}chimere_init_options["routing_end_lon"] = {{ p_routing_end_lon }};{% endif %} {% if p_routing_end_lat %}chimere_init_options["routing_end_lat"] = {{ p_routing_end_lat }};{% endif %} {% if p_routing_steps %}chimere_init_options["routing_steps_lonlat"] = [{{ p_routing_steps }}];{% endif %} - //chimere_init_options["icon_offset"] = new OpenLayers.Pixel({{icon_offset_x}}, - // {{icon_offset_y}}); chimere_init_options["icon_offset"] = ({{icon_offset_x}}, {{icon_offset_y}}); chimere_init_options["dynamic_categories"] = {{ dynamic_categories }}; {% if p_display_submited %}chimere_init_options["display_submited"] = {{ p_display_submited }};{% endif %} -- cgit v1.2.3