Wasn't it Owen Densmore who wrote: > >Hi Mike. I had thought of that, but was puzzled about the initial >setImage working correctly outside of the event handler. In other >words, when the map is initialized, all markers are the 20x34 default >and then the first marker uses setImage to install the 32x32 yellow >marker. And that works fine! > >So we do see one instance of the yellow marker working correctly. >Subsequent ones do not.
That is weird. But watch what happens to that initial yellow marker when you choose a different one. When you perform .setImage(G_DEFAULT_ICON.image) on that marker, the red icon gets stretched from 20x34 to the 32x32 size of the yellow icon, and you get an ugly fat red marker. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
