Select to view content in your preferred language

GPX Widget

892
0
03-06-2013 05:24 AM
AshleyPeters
Frequent Contributor
I'd like to be able to display trackpoints and waypoints from the same GPX file at once, with differing symbology for each. I'm not a programmer, so I'm having some issues figuring this out. I've been manipulating this portion of the code, without success:

var points:XMLList = gpxXML.descendants("trkpt");


I'm making the assumption I need the trackpoints and waypoints to be in the same XML list. Am I on the right track?

Ashley
Tags (2)
0 Kudos
0 Replies