summaryrefslogtreecommitdiff
path: root/chimere_example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-20 11:46:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-20 11:46:17 +0200
commit356ccd0dc4eb0a6e768df59e94840452fc5109dc (patch)
treec43a993d1656d3bb1fdad733d9bd1acfb637e5f5 /chimere_example_project
parent5117e854903c77c2e930e26e80d1eecb0a2951f0 (diff)
downloadChimère-356ccd0dc4eb0a6e768df59e94840452fc5109dc.tar.bz2
Chimère-356ccd0dc4eb0a6e768df59e94840452fc5109dc.zip
Adapt bounds to ol3
Diffstat (limited to 'chimere_example_project')
-rw-r--r--chimere_example_project/templates/chimere/blocks/map.html2
1 files changed, 0 insertions, 2 deletions
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 %}