Mike, I had seen that part of the thread, but I had implemented it incorrectly, and with all the other stuff that I had tried which failed, and after banging my head against the wall for a while on this, I dismissed it too early. Thank you for the reply and for pointing that out. It's working great now.
:) -Chad On Aug 20, 3:55 pm, Mike Williams <[email protected]> wrote: > Wasn't it Chad who wrote: > > > > >Not sure if I am doing something wrong when I create my markers, but > >when I perform an objMarker.getIcon().image = "/path/to/new/ > >image.png", it actually changes EVERY marker on the map, not just the > >one I am targeting. > > Yes. That is all explained in that thread. See the but that talks about > changing > new GMarker(point,{icon:myicon}); > to > new GMarker(point,{icon:new GIcon(myicon)}); > > -- > Mike Williamshttp://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
