very good point about them exposing setImage() for a reason. I'm creating a GeoRSS Reader (for non profits). I would like users to be able to dynamically load their own feeds into the map (thus the reason for doing this work client side).
If I come up with a workable solution I'll post it here. no luck yet, so for now i will stick to the custom color markers from google's chart api. thanks for the help RossKo! btw, the web app will be at: http://myactionmap.org .. i'm just about a month to early to throw code on the server :) j On Aug 20, 2:05 pm, Rossko <[email protected]> wrote: > > actually the setImage isn't the problem, because the URL is fine. > > Yup I know. The point was that if > marker = new GMarker .... {icon : myicon}); > myicon.image = newthing; > worked, they wouldn't have invented marker.setImage() > There aren't any other relevant .setxxx methods. > > Without any idea of what you're doing or why, if it were allowing > users to upload their personalised markers to your server, why not > calculate all the details at upload time and then use in the client by > means of e.g. JSON --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
