>The blue marker is going to be replaced by redstarmarker.png >and the Green markers are going to be replaced by >greencirclemarker.png
var blueIcon = "http://www.hardins.com/images/redstarmarker.png"; Change this var marker = new GMarker(point,blueIcon); to this var marker = new MarkerLight(point,{image:blueIcon}); Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
