Hi all,

I am trying to reproduce the same effect that maps.google.com has for
wikipedia overlays with my own GTileLayerOverlay.  The tile is
rendered server side, along with a txt file with the coordinates of
the icons, similar to the way the wikipedia overlay works.

I can attach events to the map using:
  GEvent.addListener(map,"mousemove", function(overlay, latlng) {...

but I really need to attach events to individual tiles.

Not being too hot with JS, could someone please kindly tell me how to
capture Tile load events so I can create the mouseMove listener for an
individual tile when the mouse is over that tile?

Any pointers would be greatly appreciated.

Tim



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to