Hello,

i try this:

var geoXml = new GGeoXml("http://www.example.com/rss.php";);

/* ICONS */
var myIcon2 = new GIcon();
myIcon2.image = 'icons/events/image.png';
myIcon2.printImage = 'icons/events/printImage.gif';
myIcon2.mozPrintImage = 'icons/events/mozPrintImage.gif';
myIcon2.iconSize = new GSize(16,16);
myIcon2.shadow = 'icons/events/shadow.png';
myIcon2.transparent = 'markers/transparent.png';
myIcon2.shadowSize = new GSize(24,16);
myIcon2.printShadow = 'icons/events/printShadow.gif';
myIcon2.iconAnchor = new GPoint(0,16);
myIcon2.infoWindowAnchor = new GPoint(8,0);
var markerOptions2 = {icon:myIcon2, draggable: false};

/* EVENTS */
function creerMarker3(point3, onglet1) {
       var geoXml = new GMarker(point3,markerOptions2 );
       return geoXml;
       }
map.addOverlay(geoXml);


but it's always the google classic icon :(

how to put a personnal icon to ggeoxml?

bye,
fred

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