<?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: Adding a layer into a map in ArcGIS API for Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860905#M4188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You! Actually, I have went through these steps and now my question is how to view the added layer? Because when I use the command "map.add_layer('name_of_the_layer') it does not show me the added layer. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2017 22:00:09 GMT</pubDate>
    <dc:creator>IreneGarousi-Nejad</dc:creator>
    <dc:date>2017-05-11T22:00:09Z</dc:date>
    <item>
      <title>Adding a layer into a map in ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860903#M4186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got a raster image (prism = gis.content.get('e10e3bac15054659bada56893f55983a')) in ArcGIS API for Python environment and now when I want to add this layer to the map which I previously called (map1 = gis.map('box elder county, utah')), the raster layer is not shown. Could you please let me know how to add layers to a map?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/using-imagery-layers/#Accesssing-Imagery-Layers" title="https://developers.arcgis.com/python/guide/using-imagery-layers/#Accesssing-Imagery-Layers"&gt;using imagery layers | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; example and did not find a way to add new rasters or features layers into an open map.&amp;nbsp;&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, 11 May 2017 19:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860903#M4186</guid>
      <dc:creator>IreneGarousi-Nejad</dc:creator>
      <dc:date>2017-05-11T19:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a layer into a map in ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860904#M4187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example; I've also attached a jupyter notebook for this for you to try out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/350831_Add_raster.PNG" style="width: 620px; height: 424px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 20:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860904#M4187</guid>
      <dc:creator>KaushikMysorekar</dc:creator>
      <dc:date>2017-05-11T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a layer into a map in ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860905#M4188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You! Actually, I have went through these steps and now my question is how to view the added layer? Because when I use the command "map.add_layer('name_of_the_layer') it does not show me the added layer. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 22:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860905#M4188</guid>
      <dc:creator>IreneGarousi-Nejad</dc:creator>
      <dc:date>2017-05-11T22:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a layer into a map in ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860906#M4189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your layer shared? Do you have access to it? You might need pass in credentials if it's not shared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 22:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/adding-a-layer-into-a-map-in-arcgis-api-for-python/m-p/860906#M4189</guid>
      <dc:creator>KaushikMysorekar</dc:creator>
      <dc:date>2017-05-11T22:08:32Z</dc:date>
    </item>
  </channel>
</rss>

