On Jun 30, 11:56 am, "jay K." <[email protected]> wrote: > Hello > > I have a map in the following website: > > http://dev.takeoff-english.com/sprachreisen/englischschulen/ > > in order to see it, you must select a "School", so please follow these > steps > > 1 Selected a country, city and school under "Wähle deine Schule" in > the top left box > > 2 You will see a picture of the selected school and a menu at the mid- > right section, containing the following options: > > Schule > Kurse > Unterkunft > Preise > Fotos > Standort > > 3 Please selected the option "Standort" and you will see the map. The > problem is that most of it as grey, except for a small portion at the > top left corner
Sounds like a zero size div problem: http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=top+left+corner&qt_g=Search+this+group Try triggering the resize event on your map object after it is displayed. -- Larry > > The code to generate the map is the following: > > var myOptions = { > zoom: 13, > mapTypeId: google.maps.MapTypeId.ROADMAP, > center: new google.maps.LatLng(map_latitude, > map_longitude) > }; > > var map = new google.maps.Map(school_map, myOptions); > > Thanks for your support > > PS: somehow the map comes up fully after clicking on the "Google" > button at the bottom-right corner of the map (not the one shown on the > Google link, but the same map with the initial gray patches) -- 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.
