<?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: JSAPI 4.1: How to load only the visible extent of a feature layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81858#M7487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Meanwhile, I received an official answer mentioning&amp;nbsp;that the&amp;nbsp;current version 4.2 does not yet support loading polygons based on the visible extent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the DEV team is prioritizing this issue as the whole FeatureLayer seem pretty much useless when you have more features than what's reasonable for a MapService to return (5000-10000 features?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2017 12:28:56 GMT</pubDate>
    <dc:creator>KevinHaeni</dc:creator>
    <dc:date>2017-01-23T12:28:56Z</dc:date>
    <item>
      <title>JSAPI 4.1: How to load only the visible extent of a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81855#M7484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a feature layer with lots of polygons (&amp;gt;200'000 points). Usually, when I load it with JSAPI 4.1, it seems to be loading a random subset of the&amp;nbsp;polygons, maybe 5000, but they are usually not in the visible extent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load only the polygons in the visible extent?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 18:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81855#M7484</guid>
      <dc:creator>KevinHaeni</dc:creator>
      <dc:date>2016-11-09T18:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.1: How to load only the visible extent of a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81856#M7485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is possible with 3.18 but I am not sure about 4.1&lt;/P&gt;&lt;P&gt;I could not find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/featurelayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/featurelayer-amd.html"&gt;FeatureLayer | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="color: #4d4d4d; background-color: #fafafa; border-width: 1px 1px 0px; border-style: solid; border-color: #d9d9d9; font-size: 14px; margin: 0.1em 0px 0.3em;"&gt;&lt;TBODY&gt;&lt;TR style="border-bottom: 1px solid #ededed;"&gt;&lt;TD class="" style="color: #595959; background-color: #ededed; border-width: 0px 0px 1px; border-style: solid; border-color: #d9d9d9; font-size: 14px; padding: 4px 6px;"&gt;&lt;CODE style="background: transparent;"&gt;MODE_ONDEMAND&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="" style="color: #595959; background-color: #ededed; border-width: 0px 0px 1px; border-style: solid; border-color: #d9d9d9; font-size: 14px; padding: 4px 6px;"&gt;&lt;P style="color: black; font-size: 1em; margin: 1em 0px 1em 0.8em;"&gt;In on-demand mode, the feature layer retrieves features from the server when needed. This is based on the requirements defined in the following properties:&lt;/P&gt;&lt;UL style="font-size: 1em; margin: 1em 0px 1em 0.8em; padding: 0px 0px 0px 1.6em;"&gt;&lt;LI style="margin: 0px 0px 0.5em; padding-left: 1.25em;"&gt;Map properties such as the current spatial extent and time extent.&lt;/LI&gt;&lt;LI style="margin: 0px 0px 0.5em; padding-left: 1.25em;"&gt;Layer properties such as time offset and definition expression.&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 18:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81856#M7485</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-11-09T18:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.1: How to load only the visible extent of a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81857#M7486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone figure this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:45:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81857#M7486</guid>
      <dc:creator>HyrumErnstrom</dc:creator>
      <dc:date>2017-01-18T22:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.1: How to load only the visible extent of a feature layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81858#M7487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Meanwhile, I received an official answer mentioning&amp;nbsp;that the&amp;nbsp;current version 4.2 does not yet support loading polygons based on the visible extent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the DEV team is prioritizing this issue as the whole FeatureLayer seem pretty much useless when you have more features than what's reasonable for a MapService to return (5000-10000 features?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-1-how-to-load-only-the-visible-extent-of-a/m-p/81858#M7487</guid>
      <dc:creator>KevinHaeni</dc:creator>
      <dc:date>2017-01-23T12:28:56Z</dc:date>
    </item>
  </channel>
</rss>

