Select to view content in your preferred language

TimeSlider issues

692
1
09-15-2010 11:39 AM
DougCollins
Regular Contributor
Greetings,
I have been trying to make a simple silverlight application that makes use of the timeslider.  I am able to get it working, but it seems to stop displaying any points beyond about 1000 items.  I have a service that displays about 4000 to 5000 waypoints of a UAV with a DateTime field.  This data displays and works fine with timeslider in ArcMap, but when I try to use the timeslider in a silverlight application it displays about the first 1000 points then nothing after that.  I have checked the timeExtent and it is set correctly.

I was wondering if there is some limit with the silverlight implementation of the time aware capability that does not exist with the ArcMap implementation.

Thanks,
Charlie
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
This is not TimeSlider issue. The service may have reached its limit of how many features it can return at once (the default is 500 for ArcGIS Server 9.3.1, 1000 for ArcGIS Server 10, 1000 for MapIt)... as mentioned here:http://help.arcgis.com/en/webapi/sil...aturelayer.htm
0 Kudos