From b4b568f8f9c1fb83118bbec2edac02e239a907d3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 8 May 2016 19:10:33 +0200 Subject: Reactivate zoom --- templates/chimere/blocks/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index a03b472..df664b9 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -87,7 +87,7 @@ $(function(){ } $("#main-map").chimere(chimere_init_options); {% if zoom %} - //$('#maps').chimere('zoom', {'area':{{zoom}} }); + $('#maps').chimere('zoom', {'area':{{zoom}} }); {% endif %} // init layer selection -- cgit v1.2.3