> http://www.yourlife.de/component/option,com_joomleague/func,showClubI...
I think it's a mistake to create your GMap2 object in inline-code ;
this will crash sometimes if the API script isn't ready yet (but
probably work on a retry when the API is cached) I experienced this in
IE6
var jl_club_map = new GMap2(document.getElementById(thismapname));
Look into onload functions perhaps.
I worry about the use of 'n' in your showAddress() function
if(iconimage[n]) icon.image = iconimage[n];
'n' hasn't been defined or passed in to to the geocoder callback
function.
'highlight' seems to be an important control, but isn't getting
properly declared anywhere? (var = ...)
I think this causes your geocoding loop to run twice sometimes and
error
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---