> if you go tohttp://sandbox.rag.nu, click local store then click a
> marker I'm getting two errors.
>
> b.af is 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to