<?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: Tile layer loads in Map Viewer Classic but not new Map Viewer in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1257225#M8368</link>
    <description>&lt;P&gt;Thank you for letting me know. I've contacted Esri technical support about it. Will let you know what they say.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 21:08:55 GMT</pubDate>
    <dc:creator>fuxx0010</dc:creator>
    <dc:date>2023-02-10T21:08:55Z</dc:date>
    <item>
      <title>Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1256758#M8365</link>
      <description>&lt;P&gt;The tile layer properly&amp;nbsp; loads in Map Viewer Classic, but fails to load in the new Map Viewer. Properties of the map service layer printed from line 7 is attached.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
from arcgis.mapping import WebMap
from arcgis.mapping import MapServiceLayer
gis = GIS("home")

map_service_layer = MapServiceLayer(url='https://tiles.arcgis.com/tiles/ULBqC49IEeIR01GF/arcgis/rest/services/BH250-12_PPL/MapServer')
map_service_layer.properties

rockMap = WebMap()
rockMap.add_layer(map_service_layer)
rockMap_item_properties = {'title':'BH250-12bTest7',
                          'snippet':'Map displaying the XPL (Crossed Polarized Light) and PPL (Plain Polarized Light) scan images of the rock thin section for sample BH250-12b.',
                          'tags':['Rock', 'Thin Section']}

rockMap.save(rockMap_item_properties)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 22:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1256758#M8365</guid>
      <dc:creator>Wei-Hsin</dc:creator>
      <dc:date>2023-02-09T22:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1256920#M8367</link>
      <description>&lt;P&gt;I have replicated the same issue. I have added a layer to a webmap as an Item, FeatureLayer, and a VectorTileLayer and get the same result. It opens fine in Classic Viewer but does not it New Map Viewer. Seems like a bug?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clubdebambos_0-1676021804855.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62542iDF78E6A00C6A77D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clubdebambos_0-1676021804855.png" alt="Clubdebambos_0-1676021804855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Code used below&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
from arcgis.mapping import WebMap
from arcgis.mapping import VectorTileLayer

agol = GIS("home")

item = agol.content.get("967281ab07aa4dfc912abedfa5da8a53")
##lyr = item.layers[0]
##vtl = VectorTileLayer.fromitem(item)

rockMap = WebMap()
rockMap.add_layer(item)
##rockMap.add_layer(lyr)
##rockMap.add_layer(vtl)
rockMap_item_properties = {'title':'BH250-12bTest7',
                          'snippet':'Map displaying the XPL (Crossed Polarized Light) and PPL (Plain Polarized Light) scan images of the rock thin section for sample BH250-12b.',
                          'tags':['Rock', 'Thin Section']}

rockMap.save(rockMap_item_properties)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 09:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1256920#M8367</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2023-02-10T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1257225#M8368</link>
      <description>&lt;P&gt;Thank you for letting me know. I've contacted Esri technical support about it. Will let you know what they say.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 21:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1257225#M8368</guid>
      <dc:creator>fuxx0010</dc:creator>
      <dc:date>2023-02-10T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287533#M8675</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/499632"&gt;@fuxx0010&lt;/a&gt;&amp;nbsp; did you hear back from tech support? I am experiencing the same issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/vector-tile-layers-not-loading-in-new-map-viewer/td-p/1287530" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/vector-tile-layers-not-loading-in-new-map-viewer/td-p/1287530&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 02:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287533#M8675</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2023-05-10T02:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287754#M8678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Esri tech support I worked with eventually logged it as a bug in late February.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BUG-000156142&amp;nbsp;Raster&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;tile&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;doesn't render in New Map Viewer, when creating a WebMap and using Add_layer from python notebook&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;There is a workaround for the bug in the bug page below. I hope the workaround works for you. It does not work for us/does not make sense for our workflow.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/a-raster-tile-layer-does-not-render-in-map-viewer-when-bug-000156142" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/a-raster-tile-layer-does-not-render-in-map-viewer-when-bug-000156142&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wei-Hsin&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 15:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287754#M8678</guid>
      <dc:creator>Wei-Hsin</dc:creator>
      <dc:date>2023-05-10T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287999#M8681</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7862"&gt;@Wei-Hsin&lt;/a&gt;&amp;nbsp;, thanks very much for that info! Good to confirm that it is a bug. That workaround doesn't help me either.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 22:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1287999#M8681</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2023-05-10T22:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tile layer loads in Map Viewer Classic but not new Map Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1618134#M11420</link>
      <description>&lt;P&gt;Just want to note that this appears to still be an issue here in May 2025.&amp;nbsp; The workaround also does not work for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 22:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/tile-layer-loads-in-map-viewer-classic-but-not-new/m-p/1618134#M11420</guid>
      <dc:creator>KennethEggeringAtStantec</dc:creator>
      <dc:date>2025-05-23T22:03:16Z</dc:date>
    </item>
  </channel>
</rss>

