<?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: Arcgis JS how to add buffer to large data service (56K point data) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1082322#M74004</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/505673"&gt;@SS12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This just looks like a simple service max request configuration on your server endpoint. By default 2000 is the limit of max features you can return on a query to a service published to ArcGIS Online. The following is a knowledge article on how you can update this to a larger number:&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000012383" target="_blank"&gt;https://support.esri.com/en/technical-article/000012383&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you have an ArcGIS Enterprise setup the workflow would be to go to Server Manager and update the properties on the service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="query.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19273iF3EB1ADBE10495A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="query.png" alt="query.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 18:59:41 GMT</pubDate>
    <dc:creator>JoseBanuelos</dc:creator>
    <dc:date>2021-07-23T18:59:41Z</dc:date>
    <item>
      <title>Arcgis JS how to add buffer to large data service (56K point data)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081177#M73964</link>
      <description>&lt;P&gt;I have to add buffer to large data service. but its not working it only take 2000 data when I fire query on service. Write own recursive logic to load array and then add to graphic layer but it not load when data is more.&lt;/P&gt;&lt;P&gt;work for small data. Please Help me!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 04:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081177#M73964</guid>
      <dc:creator>SS12</dc:creator>
      <dc:date>2021-07-21T04:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis JS how to add buffer to large data service (56K point data)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081383#M73972</link>
      <description>&lt;P&gt;Can you give some more details about the problem?&lt;BR /&gt;Technically this should work out of the box. Example with "USA Zip Codes":&amp;nbsp;&lt;A href="https://zurich.maps.arcgis.com/home/item.html?id=dc123f738bf846779c49db6472f82a4b" target="_blank"&gt;https://zurich.maps.arcgis.com/home/item.html?id=dc123f738bf846779c49db6472f82a4b&lt;/A&gt;&lt;BR /&gt;You can open them in SceneView and MapView and the points show with 41k features (&lt;A href="https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_ZIP_Code_Points_analysis/FeatureServer/0/query?f=json&amp;amp;returnIdsOnly=true&amp;amp;returnCountOnly=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=1%3D1" target="_blank"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_ZIP_Code_Points_analysis/FeatureServer/0/query?f=json&amp;amp;returnIdsOnly=true&amp;amp;returnCountOnly=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=1%3D1&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaschaBrunnerCH_0-1626883638322.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19056iEA59A2A2F0A6A91D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SaschaBrunnerCH_0-1626883638322.png" alt="SaschaBrunnerCH_0-1626883638322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta charset="utf-8" /&amp;gt;
    &amp;lt;meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /&amp;gt;
    &amp;lt;title&amp;gt;Intro to FeatureLayer | Sample | ArcGIS API for JavaScript 4.20&amp;lt;/title&amp;gt;

    &amp;lt;link rel="stylesheet" href="https://js.arcgis.com/4.20/esri/themes/light/main.css" /&amp;gt;
    &amp;lt;script src="https://js.arcgis.com/4.20/"&amp;gt;&amp;lt;/script&amp;gt;

    &amp;lt;style&amp;gt;
      html,
      body,
      #viewDiv {
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
      }
    &amp;lt;/style&amp;gt;

    &amp;lt;script&amp;gt;
      require(["esri/Map", "esri/views/MapView", "esri/layers/FeatureLayer"], (Map, MapView, FeatureLayer) =&amp;gt; {
        const map = new Map({
          basemap: "hybrid"
        });

        const view = new MapView({
          container: "viewDiv",
          map: map,

        });

        const featureLayer = new FeatureLayer({
          url: "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_ZIP_Code_Points_analysis/FeatureServer/"
        });

        map.add(featureLayer);
      });
    &amp;lt;/script&amp;gt;
  &amp;lt;/head&amp;gt;

  &amp;lt;body&amp;gt;
    &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Jul 2021 16:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081383#M73972</guid>
      <dc:creator>SaschaBrunnerCH</dc:creator>
      <dc:date>2021-07-21T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis JS how to add buffer to large data service (56K point data)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081646#M73976</link>
      <description>&lt;P&gt;Thanks for quick&amp;nbsp; response.&lt;/P&gt;&lt;P&gt;My requirement is add buffer to all point data in service. its work for only few data.&lt;/P&gt;&lt;P&gt;i am using&amp;nbsp;&lt;/P&gt;&lt;P&gt;const queryTask = new esri.tasks.QueryTask(`${serviceURL}`);&lt;BR /&gt;queryTask.execute(query, (result) =&amp;gt; {&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 661px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19113i2039499832A6263F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 08:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1081646#M73976</guid>
      <dc:creator>SS12</dc:creator>
      <dc:date>2021-07-22T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis JS how to add buffer to large data service (56K point data)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1082322#M74004</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/505673"&gt;@SS12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This just looks like a simple service max request configuration on your server endpoint. By default 2000 is the limit of max features you can return on a query to a service published to ArcGIS Online. The following is a knowledge article on how you can update this to a larger number:&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000012383" target="_blank"&gt;https://support.esri.com/en/technical-article/000012383&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you have an ArcGIS Enterprise setup the workflow would be to go to Server Manager and update the properties on the service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="query.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19273iF3EB1ADBE10495A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="query.png" alt="query.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 18:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-how-to-add-buffer-to-large-data-service/m-p/1082322#M74004</guid>
      <dc:creator>JoseBanuelos</dc:creator>
      <dc:date>2021-07-23T18:59:41Z</dc:date>
    </item>
  </channel>
</rss>

