Displaying 1 result from an estimated 1 matches for "iamnear".
Did you mean:
banear
2008 Jun 16
1
Fix for IE6 bug in geocoding
...ge 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
>)