<?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: Symbol issue with TOC and map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105645#M9725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That worked! (I guess the answer &lt;SPAN style="font-style:italic;"&gt;was &lt;/SPAN&gt;that easy!) &lt;BR /&gt;&lt;BR /&gt;Although the symbols look a little funny ... Am I better off trying to change (or overwrite) the symbology on the JavaScript end rather than the desktop end?&lt;BR /&gt;&lt;BR /&gt;Screen shot: [ATTACH=CONFIG]13491[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like your symbols are picture marker symbols that are jpgs (or not true transparent pngs).&amp;nbsp; I would fix the symbol in desktop, instead of overriding in the api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind marking my response as an answer? thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 14:10:30 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2012-04-13T14:10:30Z</dc:date>
    <item>
      <title>Symbol issue with TOC and map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105642#M9722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good morning!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(This might be a stupid question.. but here I go.) I'm toying around with &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=9c43bdf76a23452ba1d95684f7cd76d8" rel="nofollow" target="_blank"&gt;this Javascript code&lt;/A&gt;&lt;SPAN&gt; that has a cool TOC-feature that I like. I've taken the following code,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var safety = new esri.layers.ArcGISDynamicMapServiceLayer("http://arcgis.focusproject.org:8399/arcgis/rest/services/2012APR11_California_Partnerships_Colleges_HealthCare_VA.gdb/MapServer", { &amp;nbsp;&amp;nbsp;&amp;nbsp; id : 'publicsafety', &amp;nbsp;&amp;nbsp;&amp;nbsp; opacity : 0.8 });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and replaced it with the layer that I want from my REST service. The first time I did it, I used the default symbology that I created in ArcGIS Desktop within the TOC and within the map worked just fine. I got my desired result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I went back to the ArcGIS Desktop, changed the symbology to ones from the ArcGIS Explorer (in the Symbol Selector). Now, the layer's symbology shows up in the TOC &lt;/SPAN&gt;&lt;STRONG&gt;but not on the map itself&lt;/STRONG&gt;&lt;SPAN&gt;. What is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a screen shot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13490[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 12:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105642#M9722</guid>
      <dc:creator>RachelLinonis</dc:creator>
      <dc:date>2012-04-13T12:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol issue with TOC and map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105643#M9723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;after you changed the mxd and msd and restarted the service, did you clear the rest cache?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 12:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105643#M9723</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-04-13T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol issue with TOC and map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105644#M9724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;after you changed the mxd and msd and restarted the service, did you clear the rest cache?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked! (I guess the answer &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;was &lt;/SPAN&gt;&lt;SPAN&gt;that easy!) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although the symbols look a little funny ... Am I better off trying to change (or overwrite) the symbology on the JavaScript end rather than the desktop end?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Screen shot: [ATTACH=CONFIG]13491[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105644#M9724</guid>
      <dc:creator>RachelLinonis</dc:creator>
      <dc:date>2012-04-13T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol issue with TOC and map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105645#M9725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That worked! (I guess the answer &lt;SPAN style="font-style:italic;"&gt;was &lt;/SPAN&gt;that easy!) &lt;BR /&gt;&lt;BR /&gt;Although the symbols look a little funny ... Am I better off trying to change (or overwrite) the symbology on the JavaScript end rather than the desktop end?&lt;BR /&gt;&lt;BR /&gt;Screen shot: [ATTACH=CONFIG]13491[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like your symbols are picture marker symbols that are jpgs (or not true transparent pngs).&amp;nbsp; I would fix the symbol in desktop, instead of overriding in the api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind marking my response as an answer? thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 14:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105645#M9725</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-04-13T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol issue with TOC and map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105646#M9726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Jeff! Will do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 16:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbol-issue-with-toc-and-map/m-p/105646#M9726</guid>
      <dc:creator>RachelLinonis</dc:creator>
      <dc:date>2012-04-13T16:31:02Z</dc:date>
    </item>
  </channel>
</rss>

