diff options
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); |
