FeatureCollection to populate time-aware data not from map service

506
2
Jump to solution
01-20-2012 08:36 AM
martinschmoll
New Contributor III
In the Flex API there is a sample ('Time rendered 5K run (gpx)') that uses a FeatureCollection to populate time-aware data that is not setup with ArcGIS:  http://help.arcgis.com/en/webapi/flex/samples/index.html#/Time_rendered_5K_run_gpx/01nq0000002r00000...

I'm thinking about an app where the user can add .csv files with dates and have the time slider animate them.  Can this be done with the JS API?  I noticed that the arcgis.com map doesn't do this.
0 Kudos
1 Solution

Accepted Solutions
derekswingley1
Frequent Contributor
Yes, you can do it. Check out the gpx template on arcgis.com for a working example.

View solution in original post

0 Kudos
2 Replies
derekswingley1
Frequent Contributor
Yes, you can do it. Check out the gpx template on arcgis.com for a working example.
0 Kudos
martinschmoll
New Contributor III
Yes, you can do it. Check out the gpx template on arcgis.com for a working example.


I'll check that out, thanks Derek.
0 Kudos