<?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 Wrong Wayback Imagery loaded in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547650#M40722</link>
    <description>&lt;P&gt;Hi there, from my Exp Builder application (enterprise) I am loading different kind of items (layer, tile, wms, wmts, ..). When I add a WMTS like the Wayback Imagery (2023-12-07) with url:&amp;nbsp;&lt;A href="https://wayback.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/WMTS/1.0.0/default028mm/MapServer/tile/56102/%7Blevel%7D/%7Brow%7D/%7Bcol%7D" target="_blank"&gt;https://wayback.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/WMTS/1.0.0/default028mm/MapServer/tile/56102/%7Blevel%7D/%7Brow%7D/%7Bcol%7D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I noticed that the &lt;STRONG&gt;layer.title&lt;/STRONG&gt; says:&amp;nbsp;&lt;SPAN&gt;"World Imagery (Wayback 2024-09-19)"&amp;nbsp; &amp;nbsp;once the layer is loaded&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, if I try to load any other Wayback WMTS (different date) looks like it always is loading the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;World Imagery (Wayback 2024-09-19)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My question is: Is there a way to load explicitly a Wayback Imagery for a especific time ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am loading these WMTS with:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Checks if the incomming url (origin) comes from WMTS
if (origin === OriginUrl.WMTS) {
    layer = new WMTSLayer({ url: refURL.current.value })
}

// Just to check values
console.log(layer)

// Then loading this layer to my mapView
mapView.map.add(layer)&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&amp;nbsp; in advance!&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 10 Oct 2024 16:34:05 GMT</pubDate>
    <dc:creator>ChristianCordova</dc:creator>
    <dc:date>2024-10-10T16:34:05Z</dc:date>
    <item>
      <title>Wrong Wayback Imagery loaded</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547650#M40722</link>
      <description>&lt;P&gt;Hi there, from my Exp Builder application (enterprise) I am loading different kind of items (layer, tile, wms, wmts, ..). When I add a WMTS like the Wayback Imagery (2023-12-07) with url:&amp;nbsp;&lt;A href="https://wayback.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/WMTS/1.0.0/default028mm/MapServer/tile/56102/%7Blevel%7D/%7Brow%7D/%7Bcol%7D" target="_blank"&gt;https://wayback.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/WMTS/1.0.0/default028mm/MapServer/tile/56102/%7Blevel%7D/%7Brow%7D/%7Bcol%7D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I noticed that the &lt;STRONG&gt;layer.title&lt;/STRONG&gt; says:&amp;nbsp;&lt;SPAN&gt;"World Imagery (Wayback 2024-09-19)"&amp;nbsp; &amp;nbsp;once the layer is loaded&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, if I try to load any other Wayback WMTS (different date) looks like it always is loading the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;World Imagery (Wayback 2024-09-19)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My question is: Is there a way to load explicitly a Wayback Imagery for a especific time ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am loading these WMTS with:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Checks if the incomming url (origin) comes from WMTS
if (origin === OriginUrl.WMTS) {
    layer = new WMTSLayer({ url: refURL.current.value })
}

// Just to check values
console.log(layer)

// Then loading this layer to my mapView
mapView.map.add(layer)&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&amp;nbsp; in advance!&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Oct 2024 16:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547650#M40722</guid>
      <dc:creator>ChristianCordova</dc:creator>
      <dc:date>2024-10-10T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Wayback Imagery loaded</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547737#M40732</link>
      <description>&lt;P&gt;You should be able to add Wayback imagery items from this group:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/group.html?id=0f3189e1d1414edfad860b697b7d8311#overview" target="_blank"&gt;https://www.arcgis.com/home/group.html?id=0f3189e1d1414edfad860b697b7d8311#overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does loading one of these tiles work for you?&lt;/P&gt;&lt;P&gt;Otherwise you can try find the unique Id after /tile/ and add the url directly.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 19:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547737#M40732</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-10-10T19:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Wayback Imagery loaded</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547860#M40736</link>
      <description>&lt;P&gt;Thanks for the quickly response. I did try loading different tiles from that group, but all these tiles show only the latest imagery (&lt;SPAN&gt;Wayback 2024-09-19&lt;/SPAN&gt;).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 02:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1547860#M40736</guid>
      <dc:creator>ChristianCordova</dc:creator>
      <dc:date>2024-10-11T02:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Wayback Imagery loaded</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1555120#M40899</link>
      <description>&lt;P&gt;Closing this post, as I was able to use WebTileLayer using specific sublayer versions.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/wrong-wayback-imagery-loaded/m-p/1555120#M40899</guid>
      <dc:creator>ChristianCordova</dc:creator>
      <dc:date>2024-11-04T16:30:28Z</dc:date>
    </item>
  </channel>
</rss>

