On Jul 23, 9:57 am, bernd_schulz <[email protected]> wrote:
> I want change the default line color, but I don't know on whitch
> point.
> Please look:http://altmark-rundkurs.de/route_erstellen.php

The blue lines are being added here:
map.addOverlay(gp);

add this:
gp.setStrokeStyle({color: "#FF0000"});
immediately after it to change it to red.

The other option is to create a new polyline from the vertices of that
one, creating it with the color you want before adding it to the map.

  -- Larry


> The code is not all from me
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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