Or something like that. At
http://lovebunnies.luckypro.biz/01_stuff/roman_holiday/romanholidaymap.html
I've managed, with a lot of help, to get the custom icons and moving
to front working from the sidebar.
But I can't make the same function work from the markers. Obviously
the code
GEvent.addListener(marker, "mouseover", function() {
map.addOverlay(colorrollovermarkers[marker.myindex]);
});
is failing. I've tried a hundred ways to get the Listener to be able
to identify the member of colorrollovermarkers that corresponds to the
rolled over blackandwhitemarker(s). I'm not going to mess with this
any more until some saint comes and tells me how to associate the two
arrays. I'm mortally afraid of breaking this code worse than it
already is!
Thanks for any advice you can give.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---