> I guess it's a dynamic GPX from a php script ; I'd further guess that > it outputs each track section from an array of points, and your array > is not being cleared down between track enumerations. Each new track > extends and incorporates previous ones...
Thank you for saving me from my own poor programming!! You are quite right, I was not clearing the GPX string between routes. Now works perfectly Many many thanks Dave -- 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.
