I’m displaying an image over the entire google map. The image is transparent. I follower the documentation from google and everything worked out fine. The image will change each time i move or zoom on the map. After a while I can’t zoom or move the map anymore, I’m zooming and moving only the image. Why does this happen and how can I solve it?
Share
There are multiple issues contributing to problems on the page:
divthat covers the map. This is what is blocking your events from effecting the map (the click and drag events are occurring on your weather div not the map).