diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-20 16:15:28 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-20 16:15:28 +0100 |
| commit | 429a0106bca08b9bdb07cc80e9dbab08d98c3682 (patch) | |
| tree | 52da5ed5e8d904ef4f31ddfca723f955111e7320 /chimere/static | |
| parent | 2a4875869399d5be11cce3f9723512e447aa4c5b (diff) | |
| download | Chimère-429a0106bca08b9bdb07cc80e9dbab08d98c3682.tar.bz2 Chimère-429a0106bca08b9bdb07cc80e9dbab08d98c3682.zip | |
Fix permalink initialization
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/js/jquery.chimere.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index a680724..b182b92 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -969,6 +969,8 @@ function transformCoordToLonLat(coord) { var current_feature = items[4]; var post_load_helper = function(){ // have to wait for something - but cannot figure what... + view.setZoom(zoom + 1); + view.setZoom(zoom - 1); setTimeout(function(){ if (current_feature){ methods._showPopup(map_id, current_feature, false); |
