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:
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
Code:
var points:XMLList = gpxXML.descendants("trkpt");
Ashley