I'm attempting to draw a set of polylines on the map, and I want each
one to be its own color.

Unfortunately, it seems that each time I add a polyline via addOverlay
(my_polyline), that all previous polylines turn the color of the last
drawn line.  Instead of having 6 polylines, one
Red,Orange,Yellow,Green,Blue,Purple I end up with 6 Purple polylines.
I step through with firebug and I see that when the first line is
drawn it is drawn red, when the next line is drawn, it is drawn orange
and the red turns orange, when the next is drawn it's drawn yellow and
the orange turn yellow, etc.

Is it possible to have each of them be their own color?  Could someone
please point me to an example, as I can't seem to find one?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to