Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

GPX Widget

$
0
0
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:

Code:

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

Viewing all articles
Browse latest Browse all 2097

Trending Articles