<?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 Has something changed in the last 2-3 days? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448384#M41421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of a sudden - with no code update from me - the symbols for the identifytask on my web application have stopped rendering. Has anyone else experienced this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 22:15:51 GMT</pubDate>
    <dc:creator>BenCamp</dc:creator>
    <dc:date>2015-02-18T22:15:51Z</dc:date>
    <item>
      <title>Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448384#M41421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of a sudden - with no code update from me - the symbols for the identifytask on my web application have stopped rendering. Has anyone else experienced this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 22:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448384#M41421</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-18T22:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448385#M41422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a public site or can you post your code here or on &lt;A href="http://jsbin.com/?html,output"&gt;jsbin ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 22:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448385#M41422</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-18T22:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448386#M41423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function initFunctionality () {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.on("click", doIdentify);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyTask = new IdentifyTask("SERVICEURL");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams = new IdentifyParameters();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.tolerance = 10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.returnGeometry = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.layerIds = [0,3,5,7,10,11,14,22,25,26];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.layerOption = IdentifyParameters.LAYER_OPTION_ALL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.width = map.width;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams.height = map.height;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol = new SimpleFillSymbol(SimpleFillSymbol.STYLE_SOLID,&lt;/P&gt;&lt;P&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; new SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID,&lt;/P&gt;&lt;P&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; new Color([143, 73, 102]), 2),&lt;/P&gt;&lt;P&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; new Color([143, 73, 102, 0.25]));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //if there are url params zoom to location&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var coords, zoomLevel;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var urlObject = esri.urlToObject(document.location.href);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(urlObject.query &amp;amp;&amp;amp; urlObject.query.coords &amp;amp;&amp;amp; urlObject.query.zoomLevel){&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var coords = urlObject.query.coords.split(',');&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var lon = parseFloat(coords[0]);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var lat = parseFloat(coords[1]);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var zoomLevel = parseInt(urlObject.query.zoomLevel);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var point = esri.geometry.geographicToWebMercator(new esri.geometry.Point(lon,lat));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.centerAndZoom(point,zoomLevel);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 00:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448386#M41423</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-19T00:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448387#M41424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it would help if the full JavaScript were there including your require statements and web services. Are you able to post the whole page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448387#M41424</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-19T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448388#M41425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chris, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the offer to help. Take a look at this page. This is the code I've used in my application as well. And it appears no geometry is symbolized in this example either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ecy.wa.gov/services/gis/services/LocationFinder_GPService.htm" title="http://www.ecy.wa.gov/services/gis/services/LocationFinder_GPService.htm"&gt;Identify Sample&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448388#M41425</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-19T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448389#M41426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not totally following this example here: &lt;A href="https://developers.arcgis.com/javascript/jssamples/find_popup.html" title="https://developers.arcgis.com/javascript/jssamples/find_popup.html"&gt;Display identify results in popup | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; but it does highlight a parcel using the identify task. I just don't see how it selects. Any ideas &lt;A href="https://community.esri.com/migrated-users/6443"&gt;Rene Rubalcava&lt;/A&gt;‌ ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448389#M41426</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-19T16:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448390#M41427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I copied the code from that page and tested it out.&lt;/P&gt;&lt;P&gt;First thing I saw was that you are not returning geometry with the IdentifyResult.&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14243630164543850 jive_text_macro" jivemacro_uid="_14243630164543850"&gt;&lt;P&gt;identifyParams.returnGeometry = false;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second thing I noticed was the results are not actually added to the map. They are saved to a &lt;EM&gt;cityResults&lt;/EM&gt; and &lt;EM&gt;countyResults&lt;/EM&gt;, but then nothing is done with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what logic you wanted for adding the graphic, so I just tweaked the code in a JSBin to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/tumoyi/1/edit?js,output" title="http://jsbin.com/tumoyi/1/edit?js,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448390#M41427</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2015-02-19T16:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448391#M41428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thank you both for your help. I've hesitated to share my application because frankly I have no experience coding in javascript and basically take the examples from the ESRI site and hammer them until I get them to operate as I need. However, as I mentioned, in the last couple days my application has stopped "highlighting" identified features. Seems strange and I'm at my wits end. Would you mind taking a look (take it easy on my obviously poor coding skills)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://supernova.dfm.uidaho.edu/A/Download/geolocation2.html" title="http://supernova.dfm.uidaho.edu/A/Download/geolocation2.html"&gt;University of Idaho | Interactive Campus Map&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448391#M41428</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-19T17:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448392#M41429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the symbolization when I use the Map Search button, but not when I click on a building on the map. Looking at your code, I don't see the showResults (or showResults2) being called when you execute the IdentifyTask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other negligible thing...you call the "dijit/registry" module twice in your require line (with duplicate "registry" variables in the function). Also, why call "dojo/_base/connect" when you never use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448392#M41429</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2015-02-19T17:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448393#M41430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the note about dijit/registry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when I call showResults2 it doesn't render the geometry. I think I'm losing my mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 21:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448393#M41430</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-19T21:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448394#M41431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't really test it, but if you look at the Esri sample, the symbology for selected items is set in the Popup that is passed to the map.&lt;/P&gt;&lt;P&gt;&lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=find_popup" title="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=find_popup"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try manually setting the symbology in your doIdentify method.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14243828870588127" jivemacro_uid="_14243828870588127"&gt;&lt;P&gt;feature.setSymbol(symbol); // you define symbol near the top&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;I'm not sure why it was working and stopped working for you, but I think either of the above solutions should do the trick... I think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 21:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448394#M41431</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2015-02-19T21:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Has something changed in the last 2-3 days?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448395#M41432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for the responses. I think I've tracked the change to some setting in my map service. If I look back at an older version of my app that is referencing a different service the symbology works as expected. I will investigate some change in the service. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 22:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/has-something-changed-in-the-last-2-3-days/m-p/448395#M41432</guid>
      <dc:creator>BenCamp</dc:creator>
      <dc:date>2015-02-19T22:00:21Z</dc:date>
    </item>
  </channel>
</rss>

