I am a newbie working on a map system for my web site at www.Violette.com. We are traveling in our motorhome and I want to display two tracks: the one we have followed and the one we plan. Each track consists of several waypoints; the routes must go through each waypoint but markers are only placed at points shown as 'stop' in the record.
See my test at http://www.Violette.com/TestMap.aspx. I have some questions: 1. Why does each route ignore the next-to-last waypoint and how to fix this? 2. Why does each route only show a leg from the two-from-last waypoint to the last waypoint and how to fix this? 3. How can I make the polyline for each route use the polylineOptions for strokeColor and strokeWeight instead of showing a black line of the same weight? If I do not specify polylineOptions the lines are blue and #2 is avoided but #1 still applies. 4. Is there a polylineOption for line types other than solid (e.g.: dashed)? Thanks for any help!! Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
