<?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 Cluster PictureMarkerSymbol in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629610#M14013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone know if you can cluster PictureMarkerSymbols?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to cluster using the FlareSymbol, but the PictureMarkerSymbol&amp;nbsp; does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I would like to do, but I am afraid this is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;esri:PictureMarkerSymbol id="markerSymbol" source="images/star.png" height="25" width="25"/&amp;gt;
&amp;lt;esri:WeightedClusterer id="clusterer" symbol="{markerSymbol}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the docs the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/clusterers/ESRIClusterer.html#symbol" rel="nofollow noopener noreferrer" target="_blank"&gt;WeightedClusterer.symbol&lt;/A&gt;&lt;SPAN&gt; property accepts any com.esri.ags.symbols&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:47:43 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2021-12-12T02:47:43Z</dc:date>
    <item>
      <title>Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629610#M14013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone know if you can cluster PictureMarkerSymbols?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to cluster using the FlareSymbol, but the PictureMarkerSymbol&amp;nbsp; does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I would like to do, but I am afraid this is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;esri:PictureMarkerSymbol id="markerSymbol" source="images/star.png" height="25" width="25"/&amp;gt;
&amp;lt;esri:WeightedClusterer id="clusterer" symbol="{markerSymbol}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the docs the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/clusterers/ESRIClusterer.html#symbol" rel="nofollow noopener noreferrer" target="_blank"&gt;WeightedClusterer.symbol&lt;/A&gt;&lt;SPAN&gt; property accepts any com.esri.ags.symbols&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629610#M14013</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2021-12-12T02:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629611#M14014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that should work. The cluster would be represented by the star. What's happening when you try this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 01:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629611#M14014</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-03-23T01:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629612#M14015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, that should work. The cluster would be represented by the star. What's happening when you try this?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just seeing a single star and no clustering. The star is positioned on the map as a cluster, but when i mouseover nothing seems to happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try and post some sample code when I am back at my desk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 02:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629612#M14015</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-03-23T02:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629613#M14016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's actually working as expected. The cluster is turned into a single Graphic and it's being drawn using the given symbol. Any other behavior depends on the symbol that is used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 02:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629613#M14016</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-03-23T02:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629614#M14017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's actually working as expected. The cluster is turned into a single Graphic and it's being drawn using the given symbol. Any other behavior depends on the symbol that is used.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Makes sense now.. For some reason I thought it would flair too.. But I guess that's what a FlareSymbol is for : ) doh!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess what I am looking for is a Flare&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;PictureMarker&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Symbol, but that does not yet exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 02:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629614#M14017</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-03-23T02:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629615#M14018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Drew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Actually it does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2010/08/image-flare-symbol-for-clustered.html"&gt;http://thunderheadxpler.blogspot.com/2010/08/image-flare-symbol-for-clustered.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 11:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629615#M14018</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-23T11:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster PictureMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629616#M14019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Drew,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Actually it does.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2010/08/image-flare-symbol-for-clustered.html"&gt;http://thunderheadxpler.blogspot.com/2010/08/image-flare-symbol-for-clustered.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Awsome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the assistance guys!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 11:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-picturemarkersymbol/m-p/629616#M14019</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-03-23T11:48:27Z</dc:date>
    </item>
  </channel>
</rss>

