On Feb 6, 10:40 pm, ShaneB <[email protected]> wrote: > Ah, so you are right. In this case, I would prefer for the info window > to be displayed behind or on top of the control. Is it possible to > enable this behavior? >
You could .hide() the controls when the infoWindow opens, and .show() them again when it closes. Regarding the positioning, this thread is relevant: http://groups.google.com/group/google-maps-api/browse_thread/thread/81190e889b265ac4/d7c6548a662d9035?lnk=gst&q=gcontrol+pane#d7c6548a662d9035 -- Marcelo - http://maps.forum.nu -- > On Feb 6, 12:16 pm, Marcelo <[email protected]> wrote: > > > > > It's not a "bug"! It's by design. > > The infoWindow is panning to avoid the GLargeMapControl. You'll have > > to make the infoWindow smaller, or the map bigger. > > > Some good reading > > here:http://www.catb.org/~esr/faqs/smart-questions.html#id382249 > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > On Feb 6, 7:08 pm, ShaneB <[email protected]> wrote: > > > > Hello. I have a map that is 640 pixels wide. My infowindows are 550 > > > pixels wide. > > > > When I click on a marker, the auto-pan often leaves the info window > > > not fully on-map. Some of the info-window is not visible. Any > > > suggestions on how to address this? > > > > Example:http://climateactionmap.org/zealand/demo.html > > > > I am able to reproduce the bug reliably by clicking the top-left > > > marker, waiting til the window opens, and then clicking the bottom- > > > right marker. -- 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.
