Well. I don't think it has to do with the map being hidden. If I show the map initially and click the marker I'm still getting the error.
On Apr 27, 6:58 pm, Rossko <[email protected]> wrote: > > if you go tohttp://sandbox.rag.nu, click local store then click a > > marker I'm getting two errors. > > >b.afis undefined and > > d.control.allowSetVisibility is not a function > > > I'm not exactly sure what's going on. > > Me neither, nor am I familiar with googleMapDBChunker. The obvious > difference between your page and the chunker example is that your map > is initially hidden, i.e. the browser will report zero map size to > chunker when that is initialised. I'd look into using the GSize > options in the GMap2 creation. > var map = new GMap2( ... , { size : new GSize > (mapWidth,mapHeight) } ); > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
