Yeah, this one ate several hours of my time too.
I'm overhauling a site still using the V2 API. The map works fine in
Chrome and Safari, but Firefox and IE only show the UI elements (pan and
zoom tools, scale, copyright), no map.
The problem is this:
img { max-width:100%; }
You can still use this in general, but get rid of it for the map element!
If your map is being drawn into, say, #map_canvas, then adding this one
line will save you much tearing of hard and rending of garments:
#map_canvas img { max-width:none; }
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-api/-/jRAmcLOOaw8J.
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.