Export Feature to GPX or Shapefile

6413
2
Jump to solution
06-03-2014 04:50 PM
ShiminCai
Occasional Contributor III
Hi there,

Is it possible to export features to GPX or shape file from AGSFeatureLayer and AGSFeatureTableLayer?

Any idea?

Thanks,

Shimin
0 Kudos
1 Solution

Accepted Solutions
mikedavis2
New Contributor II
This looks like it would do the trick:
http://gpxframework.com

You should be able to just iterate over a feature set and push the items into the GPX file.

View solution in original post

0 Kudos
2 Replies
mikedavis2
New Contributor II
This looks like it would do the trick:
http://gpxframework.com

You should be able to just iterate over a feature set and push the items into the GPX file.
0 Kudos
ShiminCai
Occasional Contributor III
This looks like it would do the trick:
http://gpxframework.com

You should be able to just iterate over a feature set and push the items into the GPX file.


Thanks Mike for the link. I think it can do what I wanted to do... However, we decided to take advantage of ArcGIS Online to share our mobile data if required instead of exporting to GPX or shapefiles. We'll be looking at authorising a web map on ArcGIS Online that has access to our arcgis server mobile feature services. Then from within the iDevices we just simply email the link to the web map with the bounding box coordinates or centroid of the map view...
0 Kudos