<?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: Creating a Flared Cluster on a Graphics Layer in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286818#M8526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the solution by using a clusterer on the graphics layer with a flare. If anyone else is interested in the solution let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 15:12:32 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2012-07-10T15:12:32Z</dc:date>
    <item>
      <title>Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286817#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have developed a widget for Flex Viewer 2.5 that sends a SOAP request to a web service of a 3rd party application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The response to the SOAP request contains various fields for a number of records, two of which are the latitude and longitude of the record. I create a graphics layer then I parse through the results to plot the locations as individual graphics (picture marker symbols using an icon from a URL in each record) adding them to the graphics layer. Each graphic can then be clicked on to view its attributes in a pop up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This all works fine, the trouble I am having is that if more than one record is in the same location I can only click on the uppermost graphic to view the attributes. Is there anyway I can create a flared cluster (keeping the original icon and ability to click to see attributes when flared) on loactions than have more than record?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or advice would be appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 20:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286817#M8525</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-09T20:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286818#M8526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the solution by using a clusterer on the graphics layer with a flare. If anyone else is interested in the solution let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 15:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286818#M8526</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-10T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286819#M8527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am surely interested in this solution. I tried using clusters in 2.5 but the numbers get scrambled. I hope this widget should solve my problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 04:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286819#M8527</guid>
      <dc:creator>ShwetaMorkhandikar</dc:creator>
      <dc:date>2012-07-11T04:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286820#M8528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shweta,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not developed a widget purely for clustering data as this is already a native function on feature layers. What I have done is added the cluster ability to graphic layers used in other widgets that I have developed to work against other applications on our closed network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the source code for an add excel file widget that utilises the clustering capability. This is source code so that you can see how the cluster is added to a graphics layer, this is meant for developers and not as a compilied widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286820#M8528</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-11T09:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286821#M8529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 01:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286821#M8529</guid>
      <dc:creator>ShwetaMorkhandikar</dc:creator>
      <dc:date>2012-07-12T01:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286822#M8530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont see an attachment to the post.&amp;nbsp; Please let me know if there is a link anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Shweta,&lt;BR /&gt;&lt;BR /&gt;I have not developed a widget purely for clustering data as this is already a native function on feature layers. What I have done is added the cluster ability to graphic layers used in other widgets that I have developed to work against other applications on our closed network.&lt;BR /&gt;&lt;BR /&gt;Attached is the source code for an add excel file widget that utilises the clustering capability. This is source code so that you can see how the cluster is added to a graphics layer, this is meant for developers and not as a compilied widget.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 18:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286822#M8530</guid>
      <dc:creator>PawanVuppala</dc:creator>
      <dc:date>2012-08-16T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286823#M8531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pawan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seemed to have deleted all attachments I have uploaded somehow,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find the code in this widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=b8d2f6a9063e44669eddfdd2d32244e8"&gt;http://www.arcgis.com/home/item.html?id=b8d2f6a9063e44669eddfdd2d32244e8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 19:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286823#M8531</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-08-16T19:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Flared Cluster on a Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286824#M8532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please can you provide your resulted data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 11:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/creating-a-flared-cluster-on-a-graphics-layer/m-p/286824#M8532</guid>
      <dc:creator>veenahosur1</dc:creator>
      <dc:date>2016-01-23T11:35:35Z</dc:date>
    </item>
  </channel>
</rss>

