<?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: Clustering in web map in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670259#M33360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kelly for the explanation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking forward to the support for large dataset!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Apr 2018 08:36:42 GMT</pubDate>
    <dc:creator>StefanoAngarano</dc:creator>
    <dc:date>2018-04-14T08:36:42Z</dc:date>
    <item>
      <title>Clustering in web map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670256#M33357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;we are using the cluster on a feature service in our web map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our points are more than 50.000, but it's ok for us to display (when the map is zoomed out) just 50.000 points in the cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We expected that when the user zoom in the map in a zone where, for example, there are around 3000 points, the cluster would have shown all the points, but it doesn't. I think it's just showing the subset of the points that were integrated in the first 50.000.&lt;/P&gt;&lt;P&gt;Is this the expected behaviour? The cluster cache the points and just show these ones, independently from the zoom level?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 07:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670256#M33357</guid>
      <dc:creator>StefanoAngarano</dc:creator>
      <dc:date>2018-04-13T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in web map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670257#M33358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would expect that the clustering since it is dynamic, extracts those features in the display windows and applies the clustering, but I notice that it does not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is did was:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created a featureclass with 75K random points and random values (to use in the cluster)&lt;/LI&gt;&lt;LI&gt;I appended next to it another 75K random points, to make sure that when the&amp;nbsp;first 50K feature are extracted this will be noted.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The featureclass was published to AGOL and clustering was applied&lt;/LI&gt;&lt;LI&gt;on a copy of the layer no cluster was applied for visual reference of point locations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When zoomed out, the expected behavior is visible, only the first 50K feature are used to create the clusters:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/401287_pastedImage_1.png" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I zoom to an area to the middle where&amp;nbsp;no clustering is applied to part of the area, I notice that it does not read out the features within the extent to apply the clustering, but it still uses the same first 50K features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/401291_pastedImage_2.png" style="width: 620px; height: 301px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this is due to performance, but I can't classify this as desired behavior. I will CC &lt;A href="https://community.esri.com/people/KGerrow-esristaff"&gt;KGerrow-esristaff&lt;/A&gt;‌ to see if she can explain what is happening here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670257#M33358</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-13T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in web map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670258#M33359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When clustering is used the web map requests 50,000&amp;nbsp;points and determines the clusters size and location based on its relationship to points at a specific zoom level. When the scale changes, the clusters are reorganized, but no new features are requested, leaving you with the 50,000 points that are initially retrieved when&amp;nbsp;the service exceeds the 50,000 feature limit. There isn't a way to control which points are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on some projects to support clustering for larger datasets but I don't have a specific timeline to share currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider using specific zoom&amp;nbsp;levels and other visualization techniques to display large sets of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this blog for some additional ideas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/strategies-to-effectively-display-large-amounts-of-data-in-web-apps/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/strategies-to-effectively-display-large-amounts-of-data-in-web-apps/"&gt;Strategies to Effectively Display Large Amounts of Data in Web Apps - ArcGIS Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 18:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670258#M33359</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-04-13T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in web map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670259#M33360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kelly for the explanation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking forward to the support for large dataset!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 08:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/670259#M33360</guid>
      <dc:creator>StefanoAngarano</dc:creator>
      <dc:date>2018-04-14T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in web map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/1042636#M39260</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/41503"&gt;@StefanoAngarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to reopen an old post.&lt;/P&gt;&lt;P&gt;I see &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1021"&gt;@KellyGerrow&lt;/a&gt; referred to a blog post where it mentioned about aggregating features in hexagon bin. I think that would work fine with large datasets with hundreds of thousands or even million of features (depending on the backend database).&lt;/P&gt;&lt;P&gt;I was wondering why you would prefer cluster approach over aggregated-in-hexagon-bins? I'd appreciate your thoughts on this.&lt;/P&gt;&lt;P&gt;Tanu&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 21:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/clustering-in-web-map/m-p/1042636#M39260</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2021-03-31T21:42:36Z</dc:date>
    </item>
  </channel>
</rss>

