<?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: Individual points disappear when using custom renderer for clustering (4.29+) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1541554#M85743</link>
    <description>&lt;P&gt;Perhaps it's related to the issue described in &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-whether-a-feature-inside-a-featurelayer/m-p/1520826/highlight/true#M85325" target="_self"&gt;this post&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 17:45:40 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2024-09-23T17:45:40Z</dc:date>
    <item>
      <title>Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540697#M85716</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working with the cluster feature reduction on point feature layer, and implemented a result similar to the pie chart clustering sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=featurereduction-cluster-pie-charts" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=featurereduction-cluster-pie-charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have observed, that for versions 4.29, and 4.30, individual points disappear once you zoom in close enough that there are no points clustered on the screen.&lt;/P&gt;&lt;P&gt;This problem is not visible as-of version 4.28 (you can revise the versions used by the sample, and see that points no longer disappear at that version).&lt;/P&gt;&lt;P&gt;Is this a known bug, and/or is there a way to work around the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 22:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540697#M85716</guid>
      <dc:creator>mleahy_cl</dc:creator>
      <dc:date>2024-09-19T22:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540865#M85720</link>
      <description>&lt;P&gt;This is very strange.&lt;/P&gt;&lt;P&gt;Just curious where in the code it knows not to show a 1 in the circle when there is only 1 feature.&amp;nbsp; Is this just OOTB functionality not to show a number when there is only 1 feature?&lt;/P&gt;&lt;P&gt;It appears to me that the individual features start to show up at largest scale (most zoomed in) if you zoom into an area where at the largest scale there is still a cluster of features (symbol shows at least 2).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 12:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540865#M85720</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2024-09-20T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540928#M85722</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10036"&gt;@MichaelVolz&lt;/a&gt;&amp;nbsp;I think you'd have to add labeling info to the layer, in addition to the labeling info in the feature reduction.&lt;/P&gt;&lt;P&gt;That said - I don't want to lose track of the topic of this thread.&lt;BR /&gt;&lt;BR /&gt;Just to be clear - I'm not the only one seeing this issue, right?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 14:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540928#M85722</guid>
      <dc:creator>mleahy_cl</dc:creator>
      <dc:date>2024-09-20T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540934#M85723</link>
      <description>&lt;P&gt;So when I change the sandbox version to 4.28 in both Chrome and Edge the single point features still disappear when zoomed in, so its behaving differently for me.&amp;nbsp; These single point features only persist if I first zoom in very close to a clustered feature with a label of at least 2.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 15:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540934#M85723</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2024-09-20T15:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540963#M85724</link>
      <description>&lt;P&gt;That is a bit different.&amp;nbsp; I reliably get the individual points with 4.28, and reliably lose them in 4.29+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either way this seems like a bug...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 16:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540963#M85724</guid>
      <dc:creator>mleahy_cl</dc:creator>
      <dc:date>2024-09-20T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540965#M85725</link>
      <description>&lt;P&gt;Adding to this, I also checked the 'next' version available like so:&lt;/P&gt;&lt;PRE&gt;&amp;lt;link rel="stylesheet" href="https://js.arcgis.com/next/esri/themes/light/main.css"&amp;gt;
&amp;lt;script src="https://js.arcgis.com/next/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The disappearing points problem persists there too.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 16:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1540965#M85725</guid>
      <dc:creator>mleahy_cl</dc:creator>
      <dc:date>2024-09-20T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1541008#M85727</link>
      <description>&lt;P&gt;Hi, thank you for pointing this out! I'm able to reproduce as well. We'll take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 17:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1541008#M85727</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2024-09-20T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Individual points disappear when using custom renderer for clustering (4.29+)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1541554#M85743</link>
      <description>&lt;P&gt;Perhaps it's related to the issue described in &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/determine-whether-a-feature-inside-a-featurelayer/m-p/1520826/highlight/true#M85325" target="_self"&gt;this post&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 17:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/individual-points-disappear-when-using-custom/m-p/1541554#M85743</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-09-23T17:45:40Z</dc:date>
    </item>
  </channel>
</rss>

