<?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 viewer 2.4 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571509#M16332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustering mingraphiccount="2" sizeinpixels="80"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustersymbol type="simple" alpha="1" alphas="0.7,0.8,1" bordercolor="0xFFFFFF" color="0xFF4242" colors="0xFF837E,0xFF4242,0xFF4242" flaremaxcount="10" size="90" sizes="30,60,90" textcolor="0x000000" textsize="14" weights="10,100,200"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/clustering&amp;gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to patiently wait for the updated documentation. But, can you give a brief description of what each of these settings is doing? Also, are there any other configuration options available for the clustering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 00:35:35 GMT</pubDate>
    <dc:creator>DerrickMartin</dc:creator>
    <dc:date>2021-12-12T00:35:35Z</dc:date>
    <item>
      <title>Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571508#M16331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It hasn't made it in to the &amp;lt;layer&amp;gt; tag documentation yet, but there is a sample called "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-clustering.xml" rel="nofollow noopener noreferrer" target="_blank"&gt;Clustering&lt;/A&gt;&lt;SPAN&gt;" listed on the "&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/samples.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Samples&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;" page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some examples of how to take advantage of the new &amp;lt;clustering&amp;gt; functionality in flex viewer 2.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basic example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;layer label="Simple, same-sized circles (default color green)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="feature"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_311.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;clustering&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustersymbol type="simple"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/clustering&amp;gt;&lt;/STRONG&gt;
&amp;lt;/layer&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The example from the online sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="San Franscisco 311" type="feature" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0" popupconfig="popups/PopUp_311.xml" visible="true"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustering mingraphiccount="2" sizeinpixels="80"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustersymbol type="simple" alpha="1" alphas="0.7,0.8,1" bordercolor="0xFFFFFF" color="0xFF4242" colors="0xFF837E,0xFF4242,0xFF4242" flaremaxcount="10" size="90" sizes="30,60,90" textcolor="0x000000" textsize="14" weights="10,100,200"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/clustering&amp;gt;
&amp;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571508#M16331</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2021-12-12T00:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571509#M16332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustering mingraphiccount="2" sizeinpixels="80"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustersymbol type="simple" alpha="1" alphas="0.7,0.8,1" bordercolor="0xFFFFFF" color="0xFF4242" colors="0xFF837E,0xFF4242,0xFF4242" flaremaxcount="10" size="90" sizes="30,60,90" textcolor="0x000000" textsize="14" weights="10,100,200"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/clustering&amp;gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to patiently wait for the updated documentation. But, can you give a brief description of what each of these settings is doing? Also, are there any other configuration options available for the clustering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571509#M16332</guid>
      <dc:creator>DerrickMartin</dc:creator>
      <dc:date>2021-12-12T00:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571510#M16333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for a great new feature!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have three questions to clustering in flexviewer 2.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. When I zoom to max zoom level I still have some features clustered. Which parameter will I have to set to ensure that features will be displayed as single points when zoomed in?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Does flare working with clustering for flexviewer 2.4?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Does &amp;lt;linkfield&amp;gt; to images work for Popup window for clustered layer? When I mouse click on single points in the clustered layer for popups I only get the url displayed not the image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ivan Baehr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNOSAT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571510#M16333</guid>
      <dc:creator>IvanBaehr</dc:creator>
      <dc:date>2011-08-03T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571511#M16334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ivan, I'm also working through this and have been able to figure out some of the properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Increasing the property minigraphcount (try 5 or more) should reveal those final few points when zoomed in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set clustersymbol type="flare" (this works, but is not currently supported because it has not yet been fully implemented)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You need to configure a custom popup.xml for the feature layer. Check the &amp;lt;medias&amp;gt; tag in the viewer documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Evan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for a great new feature!!&lt;BR /&gt;&lt;BR /&gt;I have three questions to clustering in flexviewer 2.4&lt;BR /&gt;&lt;BR /&gt;1. When I zoom to max zoom level I still have some features clustered. Which parameter will I have to set to ensure that features will be displayed as single points when zoomed in?&lt;BR /&gt;&lt;BR /&gt;2. Does flare working with clustering for flexviewer 2.4?&lt;BR /&gt;&lt;BR /&gt;3. Does &amp;lt;linkfield&amp;gt; to images work for Popup window for clustered layer? When I mouse click on single points in the clustered layer for popups I only get the url displayed not the image.&lt;BR /&gt;&lt;BR /&gt;Ivan Baehr&lt;BR /&gt;UNOSAT&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 17:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571511#M16334</guid>
      <dc:creator>EvanCaldwell1</dc:creator>
      <dc:date>2011-08-11T17:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571512#M16335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ivan, I'm also working through this and have been able to figure out some of the properties.&lt;BR /&gt;&lt;BR /&gt;1. Increasing the property minigraphcount (try 5 or more) should reveal those final few points when zoomed in.&lt;BR /&gt;&lt;BR /&gt;2. Set clustersymbol type="flare" (this works, but is not currently supported because it has not yet been fully implemented)&lt;BR /&gt;&lt;BR /&gt;3. You need to configure a custom popup.xml for the feature layer. Check the &amp;lt;medias&amp;gt; tag in the viewer documentation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;-Evan&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Evan for your help. This brought me a step further. I simply had not set clustersymbol type correct to "flare" and had not configured &amp;lt;media&amp;gt; correct for imagesource. Now it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still I face the problem that some points are still clustered a maximum zoom level and thus may not be displayed by popup window. Are popup not working for the flared points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition to this I don't succeed getting popups to work for dynamic layers. As I understand the documentation for Flexviewer 2.4 the new popups should work for tiled, dynamic and feature layers???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ivan Baehr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNOSAT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 07:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571512#M16335</guid>
      <dc:creator>IvanBaehr</dc:creator>
      <dc:date>2011-08-15T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571513#M16336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the solution for popups with dynamic layers using sublayers. The new popups are just amazing. Sometime reading carefully the ArcGIS viewer for Flex documentation is really a very good place to start... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ivan Baehr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNOSAT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 07:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571513#M16336</guid>
      <dc:creator>IvanBaehr</dc:creator>
      <dc:date>2011-08-16T07:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571514#M16337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't get a popup to work on flared points either, is there something i am doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="Test Clustering" type="feature" visible="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_SR_Ultrasoon.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://gistest.railinfra.local/ArcGIS/rest/services/US_Data/MapServer/0"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustering mingraphiccount="2" sizeinpixels="80"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clustersymbol type="flare" alpha="1" alphas="0.7,0.8,1" bordercolor="0x000000" color="0xFF4242" colors="0xFF837E,0xFF4242,0xFF4242" flaremaxcount="10" size="90" sizes="30,60,90" textcolor="0x000000" textsize="14" weights="10,100,200" /&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/clustering&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571514#M16337</guid>
      <dc:creator>JosVroegop</dc:creator>
      <dc:date>2021-12-12T00:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571515#M16338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can't get a popup to work on flared points either, is there something i am doing wrong?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you're not.&amp;nbsp; This isn't supported in the current release, but is something we are looking at for version 2.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571515#M16338</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-26T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571516#M16339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, so I can stop trying now, haha. Thanks for the info!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571516#M16339</guid>
      <dc:creator>JosVroegop</dc:creator>
      <dc:date>2011-08-26T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571517#M16340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;does the clustering not work for "dynamic" layers?&amp;nbsp; I have been able to make the sample data work in my viewer, but when I try to apply it to some of my real data it does nothing.&amp;nbsp; The only major difference between the 2 that I've been able to see is the "type" in the sample data is "feature" and in MY data is "dynamic".&amp;nbsp; Any help with this would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571517#M16340</guid>
      <dc:creator>KennethLyons</dc:creator>
      <dc:date>2011-09-16T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571518#M16341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;does the clustering not work for "dynamic" layers?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct - see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Layer_tag/01m30000000p000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Layer_tag/01m30000000p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clustering only works with layers of type "feature" (which can come from any one layer in either a MapService or a FeatureService).&amp;nbsp; This is because feature layers refer to only one single layer, and the features are actually client-side.&amp;nbsp; For the dynamic layers, those are map services of usually many (sub)layers and the map image is created on the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 23:46:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571518#M16341</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-09-16T23:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571519#M16342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bjorn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&amp;nbsp; Do you know if clustering dynamic layers will be avalible in future versions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 11:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571519#M16342</guid>
      <dc:creator>KennethLyons</dc:creator>
      <dc:date>2011-09-19T11:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571520#M16343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you know if clustering dynamic layers will be avalible in future versions?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you mean layers="dynamic", then no, because that image is created on the server by ArcGIS Server (as opposed to client-side in your browser).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you mean a dynamic layer in more generic terms (as in "not tiled"), then it already is supported by adding a layer="feature" that points to one of the layers within that map service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571520#M16343</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-09-19T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571521#M16344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone had success with getting popup info support on the flare? I've tried, but I can't get it to work, and really that's the main selling point of the flare.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 20:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571521#M16344</guid>
      <dc:creator>JeffAzevedo</dc:creator>
      <dc:date>2011-09-19T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571522#M16345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Popups on flares are not yet supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 21:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571522#M16345</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-09-19T21:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571523#M16346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Has anyone had success with getting popup info support on the flare? I've tried, but I can't get it to work, and really that's the main selling point of the flare.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"flare" is not a supported cluster option at this time (version 2.4).&amp;nbsp; See my previous reply on August 26 - and the updated clustering section in the documentation - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Layer_tag/01m30000000p000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/The_Layer_tag/01m30000000p000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 21:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571523#M16346</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-09-19T21:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571524#M16347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Flex viewer 2.5 just leased, is flare popup supported in the flex viewer 2.5?&amp;nbsp; I am trying but flare pupup or map tip are not working so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 19:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571524#M16347</guid>
      <dc:creator>Hwa_SaupLee</dc:creator>
      <dc:date>2011-12-05T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571525#M16348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just upgraded to 2.5 and it does now show the proper icon on the flare graphics, but the click event to show the popup does not work unless there is an additional config option which must be enabled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 17:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571525#M16348</guid>
      <dc:creator>AdamConner</dc:creator>
      <dc:date>2011-12-09T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571526#M16349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So what would be the additional config to make the flare info popup?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 14:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571526#M16349</guid>
      <dc:creator>Hwa_SaupLee</dc:creator>
      <dc:date>2011-12-14T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering in viewer 2.4</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571527#M16350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just upgraded to 2.5 and it does now show the proper icon on the flare graphics, but the click event to show the popup does not work unless there is an additional config option which must be enabled.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; We could sure use the additional config option which must be enabled. I have the cluster option working in FlexViewer 2.4. The flare spins up, but no popups work. No icons of the different categories work either. (But I didn't code anything other than a standard popup.xml.) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Janie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/clustering-in-viewer-2-4/m-p/571527#M16350</guid>
      <dc:creator>JanieGoddard</dc:creator>
      <dc:date>2012-02-14T14:02:27Z</dc:date>
    </item>
  </channel>
</rss>

