diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-20 16:54:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-20 16:54:17 +0100 |
commit | c03b5c113b1a69e6967408f405de4f5372d259ba (patch) | |
tree | 72d930331304e80747fd3c88145ef7c371d46897 | |
parent | c1bb042d5a9d0a029921a2ceb3b84403c2646563 (diff) | |
download | Chimère - projet Saclay-c03b5c113b1a69e6967408f405de4f5372d259ba.tar.bz2 Chimère - projet Saclay-c03b5c113b1a69e6967408f405de4f5372d259ba.zip |
Fix
-rw-r--r-- | templates/chimere/blocks/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html index dd777c4..83ece95 100644 --- a/templates/chimere/blocks/map.html +++ b/templates/chimere/blocks/map.html @@ -192,7 +192,7 @@ $(function(){ {% endif %}
$("#{{map_id}}").chimere(chimere_init_options);
{% if zoom %}
- $('#maps').chimere('zoom', {'area':{{zoom}} });
+ $('#{{map_id}}').chimere('zoom', {'area':{{zoom}} });
{% endif %}
$('#{{map_id}}').chimere('addJSON', "{{STATIC_URL}}saclay/json/limites.json");
|