<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to display a ArcGIS Server map services layers with many features? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424791#M10939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sanjayjadhav:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I consulted out ArcGIS Server support team, and I was told that the serviceName.cfg only controls the number of returned assets by query, but not display. Is it true? or is there any parameter that controls the display?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried changing the limit of 1000 (or 500, I guess) on the number of features returned by server.If you are on 9.3, then you would have to edit serviceName.cfg file.In that file,you would have to change the number to return more number of features.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 13:52:03 GMT</pubDate>
    <dc:creator>SuiHuang</dc:creator>
    <dc:date>2011-04-19T13:52:03Z</dc:date>
    <item>
      <title>How to display a ArcGIS Server map services layers with many features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424789#M10937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everybody:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How can I make all the polygons displayed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My development environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- .Net 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- C# and Visual Studio 2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Silverlight 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- ArcGIS API for Microsoft Silverlight/WPF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- ArcGIS Server 9.31 map services&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 18:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424789#M10937</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-15T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a ArcGIS Server map services layers with many features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424790#M10938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried changing the limit of 1000 (or 500, I guess) on the number of features returned by server.If you are on 9.3, then you would have to edit serviceName.cfg file.In that file,you would have to change the number to return more number of features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2011 06:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424790#M10938</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-04-16T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a ArcGIS Server map services layers with many features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424791#M10939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sanjayjadhav:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I consulted out ArcGIS Server support team, and I was told that the serviceName.cfg only controls the number of returned assets by query, but not display. Is it true? or is there any parameter that controls the display?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried changing the limit of 1000 (or 500, I guess) on the number of features returned by server.If you are on 9.3, then you would have to edit serviceName.cfg file.In that file,you would have to change the number to return more number of features.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:52:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424791#M10939</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-19T13:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a ArcGIS Server map services layers with many features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424792#M10940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FeatureLayer by default is in Snapshot mode where it retrieves all the features from the service through a query. Therefore the service limit is also imposed on FeatureLayer. The default is 500 for ArcGIS Server 9.3.1 and 1000 for ArcGIS Server 10, but this limit is configurable using the Parameters tab of the Service Properties dialog box in ArcCatalog or Manager.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 20:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-arcgis-server-map-services-layers/m-p/424792#M10940</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-19T20:40:32Z</dc:date>
    </item>
  </channel>
</rss>

