<?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: FeatureReductionCluster for points on top of each other in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1010358#M71124</link>
    <description>&lt;P&gt;Hi Michail,&lt;/P&gt;&lt;P&gt;&amp;gt; Is there any plan to click and show the popup for the unique features below even when the FeatureReductionCluster is activated on the layer and the features are still clustered?&lt;/P&gt;&lt;P&gt;Yes. You will be able to configure this in your app with the 4.18 version of the JS API, which will be available tomorrow. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; We are considering making the "browse features" action available by default in another release. Keep an eye out for the sample called "Query cluster features" tomorrow afternoon. You can use the code in there to implement this.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;If there are multiple points on top of each other, is there a way to show as cluster label, the number of features behind and not the number of geographic points with different coordinates?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This looks like a clustering bug where two clusters are drawn on top of each other and the cluster with a size of 2 is on top. We'll need to investigate. Can you share that issue with support so we can get it into our system? The popup with six features doesn't appear to be the cluster popup since we don't provide browsing capabilities by default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kristian&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2020 21:50:13 GMT</pubDate>
    <dc:creator>KristianEkenes</dc:creator>
    <dc:date>2020-12-16T21:50:13Z</dc:date>
    <item>
      <title>FeatureReductionCluster for points on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1009279#M71101</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using the FeatureReductionCluster mechanism to one of our point layers. It works like charm. We use the common attribute cluster_count as a label for the clusters. We would also like to have a popup for all the single point features behind the cluster. Since this is not foreseen in the&amp;nbsp;FeatureReductionCluster mechanism, we have added the same feature layer with opacity = 0 and a popup template.&lt;/P&gt;&lt;P&gt;In some cases, we have multiple points on top of each other. The result is something like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-12-14 150515.png" style="width: 652px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/2078iCE23B865FE7A7CC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-12-14 150515.png" alt="Screenshot 2020-12-14 150515.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We have the following 2 questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there any plan to click and show the popup for the unique features below even when the FeatureReductionCluster is activated on the layer and the features are still clustered?&lt;/LI&gt;&lt;LI&gt;If there are multiple points on top of each other, is there a way to show as cluster label, the number of features behind and not the number of geographic points with different coordinates? In the example above, the label of the cluster is 2 but on the popup it detects correctly 6 features (a group of 3 points with the same x and y and another group of 3 different points with the same x and y). It is confusing to see a different feature count between the cluster and the popup.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please let us know about any feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 14:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1009279#M71101</guid>
      <dc:creator>MichailMarinakis1</dc:creator>
      <dc:date>2020-12-14T14:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReductionCluster for points on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1010358#M71124</link>
      <description>&lt;P&gt;Hi Michail,&lt;/P&gt;&lt;P&gt;&amp;gt; Is there any plan to click and show the popup for the unique features below even when the FeatureReductionCluster is activated on the layer and the features are still clustered?&lt;/P&gt;&lt;P&gt;Yes. You will be able to configure this in your app with the 4.18 version of the JS API, which will be available tomorrow. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; We are considering making the "browse features" action available by default in another release. Keep an eye out for the sample called "Query cluster features" tomorrow afternoon. You can use the code in there to implement this.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;If there are multiple points on top of each other, is there a way to show as cluster label, the number of features behind and not the number of geographic points with different coordinates?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This looks like a clustering bug where two clusters are drawn on top of each other and the cluster with a size of 2 is on top. We'll need to investigate. Can you share that issue with support so we can get it into our system? The popup with six features doesn't appear to be the cluster popup since we don't provide browsing capabilities by default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 21:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1010358#M71124</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2020-12-16T21:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReductionCluster for points on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1010546#M71129</link>
      <description>&lt;P&gt;Hi Kristian,&lt;/P&gt;&lt;P&gt;thank you very much for the feedback!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good news about the latest version of the API. We will try it, for sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the second point, we will contact support with sample code and data, and steps to reproduce the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 12:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereductioncluster-for-points-on-top-of-each/m-p/1010546#M71129</guid>
      <dc:creator>MichailMarinakis1</dc:creator>
      <dc:date>2020-12-17T12:05:38Z</dc:date>
    </item>
  </channel>
</rss>

