On Nov 5, 3:51 pm, mrc2407 <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I can't see neither custom icons nor a marker sidebar on IE6 (WinXP
> SP2), but I do on Firefox. I can also see default markers on IE (see
> link below)

This is almost certainly because IE is objecting to your unencoded
XML. A letter like à should appear in your XML as &amp;amp;aacute;
(that is, it's double-encoded). Firefox is more forgiving, as Mike
says.

> http://webs.racocatala.cat/patrimonivila/loginsystem/veure.php?lloc=11
> (default icon)

What's the problem with this? It's doing exactly what you tell it to:
    var marker = new GMarker(new GLatLng(41.57861, 1.93889));
    map.addOverlay(marker);
You're not specifying a custom marker.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to