<?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: Shapefile as Imagery Layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1272284#M80676</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the fast reply!&lt;/P&gt;&lt;P&gt;I'm working on a web app and based on its context I think the raster data would be a better option for the final user. But it seems to be much more difficult to use with ArcGIS Developer than the vector layers. I have a licence in ArcGIS Online, but it doesn't seem to have the necessary permissions to create Imagery Layers. I've managed to create a Tile Layer with the raster data, but as a consequence I can't inspect the data, for instance, with a popup, which would be the ideal.&lt;/P&gt;&lt;P&gt;So, is there something I can use to display and analyse my raster data without ArcGIS Enterprise or without TileLayers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 01:14:07 GMT</pubDate>
    <dc:creator>MárciaBM</dc:creator>
    <dc:date>2023-03-28T01:14:07Z</dc:date>
    <item>
      <title>Shapefile as Imagery Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1271675#M80666</link>
      <description>&lt;P&gt;Hello, I'm new working with ArcGIS, so I'm sorry if this is some basic stuff that I should know. I have a shapefile with some polygons and I want to show it as a raster layer (Imagery Layer) in my website that uses the Maps SDK for JavaScript. Using ArcMap I managed to convert it to a raster file, but now what do I need to do? From some other posts I think it is possible using the imagery service from ArcGIS Enterprise, but I don't have a licence for that, is there any other way?&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Márcia Matias&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 22:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1271675#M80666</guid>
      <dc:creator>MárciaBM</dc:creator>
      <dc:date>2023-03-25T22:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Imagery Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1271858#M80671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/667531"&gt;@MárciaBM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Everyone is new at some point, thanks for posting your question.&lt;/P&gt;&lt;P&gt;Is there a reason for needing to convert the shapefile to a raster layer?&amp;nbsp; Shapefiles are more easily converted into a FeatureLayer either through publishing to ArcGIS Online or Enterprise or though converting the Shapefile to a client side feature layer as shown in this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-featurelayer-shapefile" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-featurelayer-shapefile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To use your raster image without ArcGIS Online or Enterprise you would likely need to convert it into a Cloud Optimized GeoTIFF and create an &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html" target="_self"&gt;ImageryTileLayer&amp;nbsp;&lt;/A&gt; or you could place it on a map with &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MediaLayer.html" target="_self"&gt;MediaLayer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 11:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1271858#M80671</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-03-27T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Imagery Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1272284#M80676</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the fast reply!&lt;/P&gt;&lt;P&gt;I'm working on a web app and based on its context I think the raster data would be a better option for the final user. But it seems to be much more difficult to use with ArcGIS Developer than the vector layers. I have a licence in ArcGIS Online, but it doesn't seem to have the necessary permissions to create Imagery Layers. I've managed to create a Tile Layer with the raster data, but as a consequence I can't inspect the data, for instance, with a popup, which would be the ideal.&lt;/P&gt;&lt;P&gt;So, is there something I can use to display and analyse my raster data without ArcGIS Enterprise or without TileLayers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 01:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1272284#M80676</guid>
      <dc:creator>MárciaBM</dc:creator>
      <dc:date>2023-03-28T01:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Imagery Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1272446#M80677</link>
      <description>&lt;P&gt;An ArcGIS Image for ArcGIS Online license is required to publish hosted tiled imagery layers to ArcGIS Online. &lt;SPAN&gt;To use your raster image without ArcGIS Online or Enterprise you would likely need to convert it into a Cloud Optimized GeoTIFF and create an&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html" target="_self" rel="nofollow noopener noreferrer"&gt;ImageryTileLayer&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or you could place it on a map with&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MediaLayer.html" target="_self" rel="nofollow noopener noreferrer"&gt;MediaLayer&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Without seeing the data itself its hard and I'm making assumptions, but since the data originated in a shapefile and is vector polygon data originally, I would suggest publishing it as a FeatureLayer following these&amp;nbsp; directions:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/publish-features.htm#ESRI_SECTION1_B096C5A2239545CDA301A31C9A8819AE" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/publish-features.htm#ESRI_SECTION1_B096C5A2239545CDA301A31C9A8819AE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using a FeatureLayer will give you access to the traditional vector geoprocessing tools for analysis and will also allow for things like popups, labels, editing, and client-side visualization and analysis.&amp;nbsp; It won't however allow for raster analysis and functions.&amp;nbsp; For that you would need to purchase the ArcGIS Image for ArcGIS Online license or Image Server for Enterprise.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:52:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1272446#M80677</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-03-28T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Shapefile as Imagery Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1273457#M80692</link>
      <description>&lt;P&gt;Okay, thank you for your help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 10:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/shapefile-as-imagery-layer/m-p/1273457#M80692</guid>
      <dc:creator>MárciaBM</dc:creator>
      <dc:date>2023-03-30T10:46:39Z</dc:date>
    </item>
  </channel>
</rss>

