<?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: How to add raster data to map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256349#M23779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Rickey Fite. The published map server did not contain the raster data as one layer of the server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Nov 2015 11:15:08 GMT</pubDate>
    <dc:creator>fengyunshen</dc:creator>
    <dc:date>2015-11-01T11:15:08Z</dc:date>
    <item>
      <title>How to add raster data to map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256347#M23777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I publish a&amp;nbsp; map service and it supports dynamic layers. In the map server's dynamic workspaces, i add 'Raster Folder' type workspace. How to add raster data to the map, in javascript api?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;//get raster datasource

//set RasterDataSource
var rasterDataSource = new RasterDataSource();
rasterDataSource.workspaceId = "MyRasterWorkspaceID";
rasterDataSource.dataSource = "test"

//set LayerDataSource
var layerDataSource = new LayerDataSource();
layerDataSource.dataSource = rasterDataSource;

//next step, how to display the raster data to the map?
&lt;SPAN&gt;//arcgis server url: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A6080%2Farcgis%2Frest%2Fservices%2Ftest%2FMapServer%2FdynamicLayer" target="_blank"&gt;http://localhost:6080/arcgis/rest/services/test/MapServer/dynamicLayer&lt;/A&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256347#M23777</guid>
      <dc:creator>fengyunshen</dc:creator>
      <dc:date>2021-12-11T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add raster data to map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256348#M23778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fengyum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you just want to add a raster layer to a map? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/167668"&gt;Not Able to Add a RasterLayer to Map&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256348#M23778</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-10-30T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add raster data to map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256349#M23779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Rickey Fite. The published map server did not contain the raster data as one layer of the server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2015 11:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-raster-data-to-map/m-p/256349#M23779</guid>
      <dc:creator>fengyunshen</dc:creator>
      <dc:date>2015-11-01T11:15:08Z</dc:date>
    </item>
  </channel>
</rss>

