On Apr 9, 9:07 am, Sazzie <[email protected]> wrote: > Hi guys, > > I just read a posting which was a similar issue to mine. > > I try hiding and unhiding the div containing my google map and things > go wrong. > > The map very partially renders and is off center. Attempting to even > drag it into place won't work. > > The link to the example is :http://www.test1omniforce.co.uk/venue/gibson-hall > There should be a small red box marked "show map" half way down the > page - click it to reveal the map. > > The code I'm using is as follows: >
looks like a zero size div problem... try either: using the optional size argument to the GMap2 constructor or call map.checkResize() after the map div has been displayed. > Can some one give me some advice on this please? Don't use v2.x... (unless you need features that are only there) -- Larry -- 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.
