<?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: Feature Layer on top of graphic layer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207780#M4814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks kenbuja&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked...I was to focused on trying to specify the depth of those layers instead of looking at the map component itself....I Implemented this with an event on "added" on the graphic layer with this (if others read the post):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private function fLayer_graphicAddHandler():void{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.reorderLayer("MaCoucheGraphique", map.layers.length);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in the xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:GraphicsLayer click="graphic_clickHandlerParks(event)" added="fLayer_graphicAddHandler()" graphicProvider="{SharePoint.result}" id="MaCoucheGraphique"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2011 14:39:26 GMT</pubDate>
    <dc:creator>SteveDuquette</dc:creator>
    <dc:date>2011-08-31T14:39:26Z</dc:date>
    <item>
      <title>Feature Layer on top of graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207778#M4812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point graphic layer that's beeing generated from a rest service.&amp;nbsp; Then I have a polygonal feature layer.&amp;nbsp; My problem is that the feature layer gets on top of the points and I can't click on the points any more.&amp;nbsp; Is there a way to "reorder" these so that the feature layer is draw under the graphics layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve Duquette&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Parks Canada&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 13:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207778#M4812</guid>
      <dc:creator>SteveDuquette</dc:creator>
      <dc:date>2011-08-31T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer on top of graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207779#M4813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the Map's &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#reorderLayer%28%29"&gt;Reorder method&lt;/A&gt;&lt;SPAN&gt; to change the order of the layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 13:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207779#M4813</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-08-31T13:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer on top of graphic layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207780#M4814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks kenbuja&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked...I was to focused on trying to specify the depth of those layers instead of looking at the map component itself....I Implemented this with an event on "added" on the graphic layer with this (if others read the post):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private function fLayer_graphicAddHandler():void{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.reorderLayer("MaCoucheGraphique", map.layers.length);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in the xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:GraphicsLayer click="graphic_clickHandlerParks(event)" added="fLayer_graphicAddHandler()" graphicProvider="{SharePoint.result}" id="MaCoucheGraphique"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 14:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-on-top-of-graphic-layer/m-p/207780#M4814</guid>
      <dc:creator>SteveDuquette</dc:creator>
      <dc:date>2011-08-31T14:39:26Z</dc:date>
    </item>
  </channel>
</rss>

