Google Maps In Thickbox
Home
Pictures
Google Maps In Thickbox, including google maps in thickbox in my blog, google maps in thickbox in Folkestone, and any mentions of gooogle maps in thickbox in my family tree. Also there's a feed of google maps in thickbox stories / mentions, a JSON feed of google maps in thickbox, a newer KML feed of google maps in thickbox . Hope you can find what you're looking for, if not please leave a message about google maps in thickbox.
Blog / forum etc:
Jan8
Had some trouble for a while at work with getting our google maps working with this thickbox, and I put it off for ages (telling people not to put a map in a lightbox), but today I got to the bottom of it. Don't load your map until the lightbox has loaded, by setting a timeout, like:setTimeout( function() {
var map = new GMap2( $('#map' ));
map.setCenter( new GLatLng( 0, 0 ), 0 );
var bounds = new GLatLngBounds();
.
.
.
}, 0.1 );
It's not exactly been bugging me for ages, but it was bugging me ages ago, and then I forgot about it. Now it's fixed! Bit of a dirty hack really.
Where'd everybody go?
