Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         map.events.on({ "zoomend": function (e) {
  2.             if (this.getZoom() > 0) {
  3.                 image_start_map.setVisibility(false);
  4.             }
  5.             else {
  6.                 image_start_map.setVisibility(true);
  7.             }
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement