Thanks, fixed.
nice Microformat tool too!
On Mon, Jun 16, 2008 at 2:49 PM, Tom Taylor <tom at tomtaylor.co.uk>
wrote:> Hi,
>
> I was trying to use the geocoding stuff in Mapstraction and found a bug
with
> IE6. I couldn''t find a way of submitting it on Trac, so here it
is. Change
> line 110 of mapstraction-geocode.js from:
>
> place = response.Placemark[0];
>
> to:
>
> var place = response.Placemark[0];
>
> Otherwise IE6 doesn''t declare the variable properly and things
break in
> obscure ways.
>
> Cheers,
>
> Tom
>
> (with a new mapstraction based site up and running at
> <http://mmm.iamnear.net>)