<?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 Symbology for dynamic layers with raster data source in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627854#M58592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am able to successfully change the LayerDataSource of an ArcGISDynamicMapServiceLayer using Javascript. However, when I change the data source I lose the symbology associated with the original map service. The map renders in black and white. The catch is that the underlying data source is raster data rather than vector data. I've been unable to find a Javascript API to modify the symbology for raster data. What am I missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 15:40:07 GMT</pubDate>
    <dc:creator>LesleyBross</dc:creator>
    <dc:date>2013-06-20T15:40:07Z</dc:date>
    <item>
      <title>Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627854#M58592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am able to successfully change the LayerDataSource of an ArcGISDynamicMapServiceLayer using Javascript. However, when I change the data source I lose the symbology associated with the original map service. The map renders in black and white. The catch is that the underlying data source is raster data rather than vector data. I've been unable to find a Javascript API to modify the symbology for raster data. What am I missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 15:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627854#M58592</guid>
      <dc:creator>LesleyBross</dc:creator>
      <dc:date>2013-06-20T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627855#M58593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You say you're using an ArcGIS&lt;/SPAN&gt;&lt;STRONG&gt;Dynamic&lt;/STRONG&gt;&lt;SPAN&gt;MapServiceLayer...have you tried ArcGIS&lt;/SPAN&gt;&lt;STRONG&gt;Image&lt;/STRONG&gt;&lt;SPAN&gt;ServiceLayer?&amp;nbsp; It seems like this sample is what you would need to get started&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/image_shadedreliefslope.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/image_shadedreliefslope.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 16:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627855#M58593</guid>
      <dc:creator>JacksonGilman1</dc:creator>
      <dc:date>2013-06-20T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627856#M58594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good suggestion. Unfortunately the ArcGISImageService does not appear to support dynamic layers. Our application design requires the ability to swap out the underlying data source which is supported by the ArcGISMapService. Thanks -- Lesley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 17:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627856#M58594</guid>
      <dc:creator>LesleyBross</dc:creator>
      <dc:date>2013-06-21T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627857#M58595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I see, so it's not just that you need to change how the layer is rendered, but you need to actually change the sources as well?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 18:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627857#M58595</guid>
      <dc:creator>JacksonGilman1</dc:creator>
      <dc:date>2013-06-21T18:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627858#M58596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Exactly. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 16:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627858#M58596</guid>
      <dc:creator>LesleyBross</dc:creator>
      <dc:date>2013-06-24T16:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627859#M58597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find a way to do this?&amp;nbsp; I am having the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627859#M58597</guid>
      <dc:creator>AlanHammersmith</dc:creator>
      <dc:date>2014-02-24T15:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology for dynamic layers with raster data source</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627860#M58598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever find a solution to this? I am having difficulties performing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 19:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/symbology-for-dynamic-layers-with-raster-data/m-p/627860#M58598</guid>
      <dc:creator>JoshObrecht</dc:creator>
      <dc:date>2014-12-04T19:57:18Z</dc:date>
    </item>
  </channel>
</rss>

