Thanks for your response. And sorry, that I didn't posted a link tot
the site, but the site is currently not public, because it's still
under development.
But here is the code regarding the GroundOverlay:
var pointSW = new GLatLng(48.56326,8.589015);
var pointNE = new GLatLng(48.560776,8.593371);
var groundOverlay = new GGroundOverlay("images/rlg.png", new
GLatLngBounds(pointSW, pointNE));
map.addOverlay(groundOverlay);
First I was thinking, that it's related to the PNG file, so I have
tried it also with a JPG, but same effect there. As soon as I resize
the GroundOverlay to a bigger size,the Overlay is shown.
Regards, Daniel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---