One possibility is that your map div is either hidden or less than 
700x600 at the time you create your GMap2() object. [Browsers consider 
hidden divs to have zero size.]

You can fix this either be using {size:new GSize(700,600)}
See: 
http://code.google.com/apis/maps/documentation/reference.html#GMapOptions
.size

Or by calling map.checkResize() after you reveal or resize your map.

Hint: It's a good idea to follow the posting guidelines and provide a 
link to the page that exhibits the problem, so that we don't have to 
guess what you've done wrong.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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