In Internet Explorer (versions 6 - 8), GroundOverlays seem to go
completely black at zoom levels 16 and deeper. In Firefox 3.6.3
(Windows), they disappear completely at zoom levels 19 and 20. This
doesn't happen in the OS X version of Firefox?

I used the example at:
http://code.google.com/apis/maps/documentation/v3/examples/groundoverlay-simple.html
but replaced the overlay with the attached png image.

This problem only occurs when I replace the map's center and overlay
image bounds with the following values:

var center = new google.maps.LatLng(-32.588362, 149.576323);
var imageBounds = new google.maps.LatLngBounds(
  new google.maps.LatLng(-33.3480184,148.6883586),
  new google.maps.LatLng(-32.3255593,150.52828499999998)
);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to