<?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: &amp;quot;query-limit-exceeded&amp;quot; event in JSAPI 4.6? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493748#M45854</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;&amp;nbsp; &amp;nbsp;What is the max records setting on the map service you are using set to in ArcGIS Manager?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 11:46:09 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-03-12T11:46:09Z</dc:date>
    <item>
      <title>"query-limit-exceeded" event in JSAPI 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493745#M45851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In JSAPI 3.x, it was possible to react to a layer having more features than the services feature limit by&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #7a7a43;"&gt;layer&lt;/SPAN&gt;.on(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;'query-limit-exceeded'&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;function&lt;/SPAN&gt;(evt) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #808080;"&gt;// too many features found&lt;/SPAN&gt;
});&lt;/PRE&gt;&lt;P&gt;How can this be done in JSAPI 4.x? I cannot find a corresponding event neither in the API reference, the TypeScript typings nor in the .js source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I'm not using a queryTask, but really just a feature layer that has been loaded to the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493745#M45851</guid>
      <dc:creator>KevinHaeni</dc:creator>
      <dc:date>2021-12-11T21:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: "query-limit-exceeded" event in JSAPI 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493746#M45852</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;&amp;nbsp; &amp;nbsp;I believe that the JS API Team is now handling this internally in the API. Use methods like feature tiling and such. Have you seen an issue with your layer not returning all the features it should?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 14:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493746#M45852</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-26T14:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: "query-limit-exceeded" event in JSAPI 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493747#M45853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert&lt;/P&gt;&lt;P&gt;Yes, we have encountered an issue due to which some features are not displayed in zoomlevel 15 and 16, but are displayed in any other zoom level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing features&amp;nbsp;are not even present in the response from the arcgis mapservice. When clicking on the non-existing point in the map though, the popup is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;failed&amp;nbsp;to offer a working sample yet because the layer is only accessible internally, so I might have to publish a smaller example to arcgis online if you haven't heard of this problem before. Also I want to make sure first that this behaviour&amp;nbsp;isn't caused by some caching/index problem.&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, 12 Mar 2018 09:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493747#M45853</guid>
      <dc:creator>KevinHaeni</dc:creator>
      <dc:date>2018-03-12T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: "query-limit-exceeded" event in JSAPI 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493748#M45854</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;&amp;nbsp; &amp;nbsp;What is the max records setting on the map service you are using set to in ArcGIS Manager?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493748#M45854</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-03-12T11:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: "query-limit-exceeded" event in JSAPI 4.6?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493749#M45855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried different settings, for example setting it to 15'000. We have 11'500 features in this table. The problems occurs in a zoomlevel that only shows a small subset of the features though, maybe 150 points.&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, 12 Mar 2018 13:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-query-limit-exceeded-quot-event-in-jsapi-4-6/m-p/493749#M45855</guid>
      <dc:creator>KevinHaeni</dc:creator>
      <dc:date>2018-03-12T13:28:45Z</dc:date>
    </item>
  </channel>
</rss>

