<?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 more than 1000 features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136830#M12702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right-click on the service in the Catalog window &amp;gt; Service Properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 15:25:18 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2015-04-15T15:25:18Z</dc:date>
    <item>
      <title>How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136825#M12697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you know there is a limit on the maximum number of features you can show on a map, is there a way to go beyond this limit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;query = new Query();
fl=FeatureLayer.SELECTION_NEW;

&lt;SPAN&gt;allCarolinaCounties = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.url/MapServer/0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.url/MapServer/0&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: FeatureLayer.MODE_ONDEMAND,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["field1", "field2", "field3"]
});
allCarolinaCounties.setDefinitionExpression("field4='value'");

c
allCarolinaCounties.setSelectionSymbol(highlightSymbol);


map.addLayer(fl);
map.addLayer(allCarolinaCounties);

// then in another place
function showPop(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pop=$("#tpop").val();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query.where="field1 = '"+pop+"'";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allCarolinaCounties.clearSelection();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allCarolinaCounties.selectFeatures(query, fl, function(features){ /*do nothing*/ });
} // showPop&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:36:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136825#M12697</guid>
      <dc:creator>LoaiFarajallah</dc:creator>
      <dc:date>2021-12-11T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136826#M12698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum number of records returned will be controlled by the service.&amp;nbsp; You can adjust this in the service properties.&amp;nbsp; Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/85436_screen1.png" style="width: 620px; height: 502px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136826#M12698</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-04-15T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136827#M12699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 12:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136827#M12699</guid>
      <dc:creator>LoaiFarajallah</dc:creator>
      <dc:date>2015-04-15T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136828#M12700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is so awesome.&amp;nbsp; More than 1,000 features!!! YES!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136828#M12700</guid>
      <dc:creator>GeorgeReece_Jr_</dc:creator>
      <dc:date>2015-04-15T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136829#M12701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you access the &amp;lt;Properties&amp;gt; of a service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136829#M12701</guid>
      <dc:creator>AlLewandowski1</dc:creator>
      <dc:date>2015-04-15T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 1000 features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136830#M12702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right-click on the service in the Catalog window &amp;gt; Service Properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-more-than-1000-features/m-p/136830#M12702</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-04-15T15:25:18Z</dc:date>
    </item>
  </channel>
</rss>

