<?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: GraphicsLayer issues in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315039#M28969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you point me to some examples or two on this issue? I tried simplifying my code using FeatureLayer but it did not work. I went back to GraphicsLayer because it was working for me to begin with. If I can look at an example where I can show and hide a GraphicsLayer, it'll be of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 18:54:16 GMT</pubDate>
    <dc:creator>SamirGambhir</dc:creator>
    <dc:date>2011-10-06T18:54:16Z</dc:date>
    <item>
      <title>GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315037#M28967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing an application using ArcGIS Server 10 with JavaScript API. I am running into some issues with displaying GraphicsLayer on the map. I am trying to add a GraphicsLayer based on a query to an existing layer. The query adds the GraphicsLayer on the map and renders it based on the renderer assigned. Once displayed, clicking a features open up an infoWindow to display the query results. I have the following three issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Once I select the indicator, the layer should show up. But in my case it shows up only when I zoom in or out of the current extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Option "None" does not remove the layer from the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Option "All" does not show up all the three indicators.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is attached as a text file. I'll really appreciate it if somebody can help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 19:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315037#M28967</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-09-23T19:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315038#M28968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you should look into using a feature layer as it can (probably) simplify your code as it can handle a lot of this work for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding your specific points...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Does that happen in all browsers? Which version of the API are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use show()/hide() to toggle the visibility of the layer rather than actually removing it from the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Don't repeatedly add/remove your layer. Use show() and hide(). Set your renderer before calling show().&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 20:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315038#M28968</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-23T20:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315039#M28969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you point me to some examples or two on this issue? I tried simplifying my code using FeatureLayer but it did not work. I went back to GraphicsLayer because it was working for me to begin with. If I can look at an example where I can show and hide a GraphicsLayer, it'll be of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 18:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315039#M28969</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-06T18:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315040#M28970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Samir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To show/hide a graphicsLayer, just call the layer's show() or hide() method(which is inherited from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/layer.htm"&gt;esri.layers.Layer&lt;/A&gt;&lt;SPAN&gt;). The same applies for a feaureLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 21:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315040#M28970</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-06T21:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315041#M28971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems like a very simple issue but I am not being able to resolve it. The code below has a problem and I cannot figure it out. Can you please help me iron this out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function showQueryResults(queryTask1, query1, Indicator){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.connect(queryTask1, "onComplete", function(featureSet) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer = new esri.layers.GraphicsLayer();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i=0, il=featureSet.features.length; i&amp;lt;il; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var graphic = featureSet.features&lt;I&gt;;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphic.setInfoTemplate(infoTemplate);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.add(graphic);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; //for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(distGraphicsLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.setRenderer(renderer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (j=0; j&amp;lt;distIndicators.length; j++){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (distIndicators&lt;J&gt;==Indicator){&lt;/J&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.show();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 14:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315041#M28971</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-07T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315042#M28972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your help Derek,&lt;BR /&gt;It seems like a very simple issue but I am not being able to resolve it. The code below has a problem and I cannot figure it out. Can you please help me iron this out?&lt;BR /&gt;&lt;BR /&gt;function showQueryResults(queryTask1, query1, Indicator){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; dojo.connect(queryTask1, "onComplete", function(featureSet) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer = new esri.layers.GraphicsLayer();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i=0, il=featureSet.features.length; i&amp;lt;il; i++) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var graphic = featureSet.features&lt;I&gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphic.setInfoTemplate(infoTemplate);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.add(graphic);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; //for&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(distGraphicsLayer);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.setRenderer(renderer);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (j=0; j&amp;lt;distIndicators.length; j++){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (distIndicators&lt;J&gt;==Indicator){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.show();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; distGraphicsLayer.hide();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Samir&lt;/J&gt;&lt;/I&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A couple of issues. First where is the queryTask1.execute statement ? Secondly everytime you run the queryTask, it will create new graphic layer and add to the map. It is unnecessary. You could just clear the graphics and add the graphcs everytime you run the querytask. By the way dojo.connect(queryTask1, "onComplete", function(featureSet) needs to put outside the function showQueryResults.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 14:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315042#M28972</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-10-07T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315043#M28973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Heming,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response. I am attaching the entire code for this function which'll give you a complete picture. I understand your point about the code creating new graphics layer each time. That might be the reason that each time I change my indicator, the new graphics layer shows on top of the previous one. I'll appreciate it if you can look at this code and suggest a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 15:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315043#M28973</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-07T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315044#M28974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Heming,&lt;BR /&gt;Thanks for your response. I am attaching the entire code for this function which'll give you a complete picture. I understand your point about the code creating new graphics layer each time. That might be the reason that each time I change my indicator, the new graphics layer shows on top of the previous one. I'll appreciate it if you can look at this code and suggest a solution.&lt;BR /&gt;Thanks&lt;BR /&gt;Samir&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know the whole context of code or logic flow. so the changes i made on your code is purely my guess based on your attachment. Hope it will help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 17:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315044#M28974</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-10-07T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315045#M28975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Heming,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested your code to and made some minor changes based on my flow, but the graphics still do not show up. Can I email you my entire code for you to look at? Would you have time to resolve this issue for me? I have spent a lot of time trying to solve this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 15:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315045#M28975</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-11T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315046#M28976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Heming,&lt;BR /&gt;I tested your code to and made some minor changes based on my flow, but the graphics still do not show up. Can I email you my entire code for you to look at? Would you have time to resolve this issue for me? I have spent a lot of time trying to solve this problem.&lt;BR /&gt;Thanks&lt;BR /&gt;Samir&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you attach you code and post here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 16:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315046#M28976</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-10-11T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315047#M28977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, I can do that. let me clean it up a bit. I'll sned it to you soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 16:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315047#M28977</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-11T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315048#M28978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Heming,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find attached my code in a zip format. It contains three files, *.html, *.css and *.js. The application allows user to select a State in India and then one indicator. Selecting one indicator should render the map and add the graphics. Selecting another variable for the same State should add new rendered graphic and remove the previous one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 18:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315048#M28978</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-11T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315049#M28979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Heming,&lt;BR /&gt;Please find attached my code in a zip format. It contains three files, *.html, *.css and *.js. The application allows user to select a State in India and then one indicator. Selecting one indicator should render the map and add the graphics. Selecting another variable for the same State should add new rendered graphic and remove the previous one. &lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Samir&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not access your map services. So what i modified may or may not work. You will have to debug yourself&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315049#M28979</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-10-11T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315050#M28980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Heming,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help. The code worked really well. I had to make a minor change based on my flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 15:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphicslayer-issues/m-p/315050#M28980</guid>
      <dc:creator>SamirGambhir</dc:creator>
      <dc:date>2011-10-12T15:00:04Z</dc:date>
    </item>
  </channel>
</rss>

