<?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: Tile feature requests for points vs lines in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tile-feature-requests-for-points-vs-lines/m-p/1321420#M82064</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is because the API fetches all of point features at once from the server.&amp;nbsp;&lt;SPAN&gt;Once loaded, the features won't need to be re-requested from the server, which will make future redraws after panning and zooming much faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the release note:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/4.19/#performance-improvements" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/4.19/#performance-improvements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need to disable this behavior for some reason then you can read how from this post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-4-2x-now-much-slower-to-fetch-and-draw/m-p/1136698/highlight/true#M76067" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-4-2x-now-much-slower-to-fetch-and-draw/m-p/1136698/highlight/true#M76067&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 21:53:19 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2023-08-22T21:53:19Z</dc:date>
    <item>
      <title>Tile feature requests for points vs lines</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tile-feature-requests-for-points-vs-lines/m-p/1321352#M82063</link>
      <description>&lt;P&gt;When I load a point layer arcgis server into a feature layer in arcgis js sdk, it does the following request sequence:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;.../query?f=json&lt;/LI&gt;&lt;LI&gt;.../query?resultRecordCount=true&lt;/LI&gt;&lt;LI&gt;.../query?limit=2000&amp;amp;offset=0&lt;BR /&gt;{pages through till count from step two is hit}&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When I load a polyline layer from arcgis server into a feature layer in arcgis js sdk, it does the following request sequence:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;.../query?f=json&lt;/LI&gt;&lt;LI&gt;.../query?f=geometry={'xmin': xxx, 'ymin': xxx etc}&lt;BR /&gt;{pages through each tile in the map view and updates as panning around}&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am trying to figure out why points feature services do a big count and then paginate with limit/offset and polylines paginate by tile? Can I force the JS sdk to use one or the other?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 19:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tile-feature-requests-for-points-vs-lines/m-p/1321352#M82063</guid>
      <dc:creator>ChristopherFrickeASL</dc:creator>
      <dc:date>2023-08-22T19:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tile feature requests for points vs lines</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tile-feature-requests-for-points-vs-lines/m-p/1321420#M82064</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is because the API fetches all of point features at once from the server.&amp;nbsp;&lt;SPAN&gt;Once loaded, the features won't need to be re-requested from the server, which will make future redraws after panning and zooming much faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the release note:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/4.19/#performance-improvements" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/4.19/#performance-improvements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need to disable this behavior for some reason then you can read how from this post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-4-2x-now-much-slower-to-fetch-and-draw/m-p/1136698/highlight/true#M76067" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-4-2x-now-much-slower-to-fetch-and-draw/m-p/1136698/highlight/true#M76067&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 21:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tile-feature-requests-for-points-vs-lines/m-p/1321420#M82064</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-08-22T21:53:19Z</dc:date>
    </item>
  </channel>
</rss>

