> Code was also uploaded 
> tohttp://google-maps-api.googlegroups.com/web/testGMPopup.html

"The page you navigated to does not exist."

> I'm inclined to think this is a bug, but maybe there's a workaround?

Not a bug ; if you build a map in a hidden (zero-sized) div, it
doesn't fetch many map tiles ... becuase it's zero-sized.

You can either tell the GMap2 constructor what size you want by
supplying it with a GSize parameter
   
http://code.google.com/apis/maps/documentation/reference.html#GMapOptions.size
or you can tell the map to check what size it is after you un-hide it
   
http://code.google.com/apis/maps/documentation/reference.html#GMap2.checkResize

--~--~---------~--~----~------------~-------~--~----~
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