<?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: Basemap no longer works, but what's changed? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1516910#M7182</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115303"&gt;@DavidHenry&lt;/a&gt;I have no idea what's happening here. the service is responding with error 500, that typically means there is an error on the service itself. Looking at it from the outside I cannot tell if the authentication is incorrect or the service is failing. You will need to try to find out who owns this service and ask someone who can look into it from the server side to figure out what the issue is.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 19:41:40 GMT</pubDate>
    <dc:creator>John-Foster</dc:creator>
    <dc:date>2024-08-08T19:41:40Z</dc:date>
    <item>
      <title>Basemap no longer works, but what's changed?</title>
      <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1514954#M7148</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Our basmap has stopped working, I can no longer access via our application and I can no longer view it via Map Viewer or Scene Viewer. I see the error below:&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Unable to add layer Basemap eire&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;The layer, Basemap eire, cannot be added to the map.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have checked and the credentials are correct, so what has changed?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The map is from Ordinance Survey Ireland who have moved GeoHive to arcGIS which shouldn't affect us as we&amp;nbsp; have always used ArcGIS and not the mapgenie urls.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It seems like the basemaps have been removed from ArcGIS, could that be the issue?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;DDH&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Aug 2024 14:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1514954#M7148</guid>
      <dc:creator>DavidHenry</dc:creator>
      <dc:date>2024-08-05T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap no longer works, but what's changed?</title>
      <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1515234#M7149</link>
      <description>&lt;P&gt;can you provide a link to the &lt;STRONG&gt;Basemap eire&lt;/STRONG&gt; service? I can try to take a look and see what the error message is, or you can open Devtools and inspect the network traffic and see what the response is when that service is requested.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 23:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1515234#M7149</guid>
      <dc:creator>John-Foster</dc:creator>
      <dc:date>2024-08-05T23:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap no longer works, but what's changed?</title>
      <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1515333#M7151</link>
      <description>&lt;P&gt;Thanks John, you looked at this before as part of another thread, the basemap gives a 500 error. You mentioned that it might be a problem with credentials but that doesn't seem to be the case. The error console says there's an issue generating the token. The token is fine, see: &lt;A href="https://stage.peig.ie/map-api-test-david.php" target="_blank"&gt;https://stage.peig.ie/map-api-test-david.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://utility.arcgis.com/usrsvcs/servers/69ad45776c8140c9b4a2dfd83bbacc6d/rest/services/ITM/basemap_eire/MapServer" target="_blank"&gt;https://utility.arcgis.com/usrsvcs/servers/69ad45776c8140c9b4a2dfd83bbacc6d/rest/services/ITM/basemap_eire/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've also tried creating a new basemap, but I'm not sure how to add the OSI / Mapgenie layer as it's not listed and the documentation covers the general stuff, nothing specific to Mapgenie. OSI is now Tailte by the way.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help grately appriciated.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1515333#M7151</guid>
      <dc:creator>DavidHenry</dc:creator>
      <dc:date>2024-08-06T08:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap no longer works, but what's changed?</title>
      <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1516910#M7182</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115303"&gt;@DavidHenry&lt;/a&gt;I have no idea what's happening here. the service is responding with error 500, that typically means there is an error on the service itself. Looking at it from the outside I cannot tell if the authentication is incorrect or the service is failing. You will need to try to find out who owns this service and ask someone who can look into it from the server side to figure out what the issue is.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 19:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1516910#M7182</guid>
      <dc:creator>John-Foster</dc:creator>
      <dc:date>2024-08-08T19:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap no longer works, but what's changed?</title>
      <link>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1517310#M7191</link>
      <description>&lt;P&gt;Thanks John,&lt;/P&gt;&lt;P&gt;I'm reaching out to Tailte, hopefully they can shed some light.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 08:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/basemap-no-longer-works-but-what-s-changed/m-p/1517310#M7191</guid>
      <dc:creator>DavidHenry</dc:creator>
      <dc:date>2024-08-09T08:13:56Z</dc:date>
    </item>
  </channel>
</rss>

