Hi Everybody:
I am developmenting a silverlight application to display a FeatureLayer with many polygons (about 100 thousand). In XAML code I added this ArcGIS Server map service into the Map control. When running the application, the map displays some polygons (about 500 to 2000), but not all of them.
With ArcMap and ArcCatalog I am able to see all those 100 thousands polygons, so the data seems correct. On another hand, if I use QueryTask to do a spatial query on the layer, I will be able to select the polygons that are not displayed on the map.
How can I make all the polygons displayed?
Thank you.
My development environment:
-- .Net 4
-- C# and Visual Studio 2010
-- Silverlight 4
-- ArcGIS API for Microsoft Silverlight/WPF
-- ArcGIS Server 9.31 map services