<?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: Cannot add Layer with more than 500 Features in ArcGIS for SharePoint Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/cannot-add-layer-with-more-than-500-features/m-p/380403#M1017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Carsten:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, this is not true.&amp;nbsp; However, ArcGIS Server has a configurable limit on the maximum number of features that can be returned in a query.&amp;nbsp; Before version 10, this limit was 500 by default.&amp;nbsp; At 10, the default limit was raised to 1,000.&amp;nbsp; Refer to &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/11/23/ArcGIS-RIA-Developers_3A00_-QueryTask-not-returning-all-your-features_3F00_.aspx"&gt;this blog post&lt;/A&gt;&lt;SPAN&gt; for a discussion of the feature limit and the implications for web API applications (such as the Map Web Part).&amp;nbsp; Refer to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Service_configuration_files/0093000000mr000000/"&gt;this help topic for version 10&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisserver/9.3.1/dotNet/index.htm#cfg_file_service.htm"&gt;this one for version 9.3.1&lt;/A&gt;&lt;SPAN&gt; for information on manipulating the MaxRecordCount parameter and service config files in general.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be aware, however, that showing this many features client-side can degrade application performance.&amp;nbsp; The degree to which this is the case will depend on the complexity of the feature geometries, the complexity of the symbols you are using, and the performance of the machine on which the map is being viewed.&amp;nbsp; You should carefully consider whether displaying this many features is really the best way to communicate what you are trying to with the map.&amp;nbsp; In many cases, this many features makes for a map that is difficult to understand.&amp;nbsp; It may be that your purpose is better served, for instance, by making a series of maps, each of which defines a different layer definition (i.e. query) for this dataset.&amp;nbsp; ArcGIS Mapping for SharePoint is well-suited to accommodating such scenarios very quickly and easily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 10:55:14 GMT</pubDate>
    <dc:creator>RichZwaap</dc:creator>
    <dc:date>2010-11-18T10:55:14Z</dc:date>
    <item>
      <title>Cannot add Layer with more than 500 Features</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/cannot-add-layer-with-more-than-500-features/m-p/380402#M1016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m using Web Parts 2.0 and have a question about adding Layer Data from an ArcGIS Server Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it true that the Web Parts cannot display more than 500 Features in one Layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be nice to have that somewhere written in the documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carsten&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/cannot-add-layer-with-more-than-500-features/m-p/380402#M1016</guid>
      <dc:creator>CarstenVock</dc:creator>
      <dc:date>2010-11-17T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add Layer with more than 500 Features</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/cannot-add-layer-with-more-than-500-features/m-p/380403#M1017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Carsten:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, this is not true.&amp;nbsp; However, ArcGIS Server has a configurable limit on the maximum number of features that can be returned in a query.&amp;nbsp; Before version 10, this limit was 500 by default.&amp;nbsp; At 10, the default limit was raised to 1,000.&amp;nbsp; Refer to &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/11/23/ArcGIS-RIA-Developers_3A00_-QueryTask-not-returning-all-your-features_3F00_.aspx"&gt;this blog post&lt;/A&gt;&lt;SPAN&gt; for a discussion of the feature limit and the implications for web API applications (such as the Map Web Part).&amp;nbsp; Refer to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Service_configuration_files/0093000000mr000000/"&gt;this help topic for version 10&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisserver/9.3.1/dotNet/index.htm#cfg_file_service.htm"&gt;this one for version 9.3.1&lt;/A&gt;&lt;SPAN&gt; for information on manipulating the MaxRecordCount parameter and service config files in general.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be aware, however, that showing this many features client-side can degrade application performance.&amp;nbsp; The degree to which this is the case will depend on the complexity of the feature geometries, the complexity of the symbols you are using, and the performance of the machine on which the map is being viewed.&amp;nbsp; You should carefully consider whether displaying this many features is really the best way to communicate what you are trying to with the map.&amp;nbsp; In many cases, this many features makes for a map that is difficult to understand.&amp;nbsp; It may be that your purpose is better served, for instance, by making a series of maps, each of which defines a different layer definition (i.e. query) for this dataset.&amp;nbsp; ArcGIS Mapping for SharePoint is well-suited to accommodating such scenarios very quickly and easily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 10:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/cannot-add-layer-with-more-than-500-features/m-p/380403#M1017</guid>
      <dc:creator>RichZwaap</dc:creator>
      <dc:date>2010-11-18T10:55:14Z</dc:date>
    </item>
  </channel>
</rss>

