On Apr 14, 4:41 pm, idmontague <[email protected]> wrote:
> Ross and Larry thanks for the help. I have noticed that in FireFox
> for a split second Firebug show that there is an error but I haven't
> been able to see what the error is.
The IE script debugger halts here:
GLog.write("marker in retrive markers function: " + marker.toSource
());
because marker doesn't have a toSource() methode...
so none of your markers are addOverlayed to the map.
If I remove that (or change it to marker.getLatLng().toUrlValue()), I
get your custom markers showing on a local version of your map.
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---