Solved.
for that who have my problem...
Loking over internet I have found this css workaround to set map zorder so down
Now, when I magnify an image, it is displayed over map.Code:html, body, #map { margin: 0; width: 100%; height: 100%; } #map { z-index: 1; }
Bookmarks