<?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>idea Include &amp;quot;US Edition&amp;quot; basemaps in basemap ids in ArcGIS JavaScript Maps SDK Ideas</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idi-p/1592230</link>
    <description>&lt;P&gt;Executive Order 14172 made changes to the GNIS, which requires specific map alterations for US-based users and organizations.&amp;nbsp; Esri has rolled out "US Editions" of the basemaps to comply with the recently updated GNIS.&amp;nbsp; When a Maps SDK based application uses basemap IDs to call a basemap, the current basemap IDs are not referenced to any of the new "US Edition" basemaps, and therefore any SDK based applications using this methodology will remain noncompliant.&amp;nbsp; &amp;nbsp; New basemap IDs could simply be preceded or followed by "us,"&amp;nbsp; while connecting it to the appropriate US Edition basemap tile service.&amp;nbsp; For example, the US Edition of Light Gray Canvas in this case would have a basemap ID of "light-gray-us" or "us-light-gray."&amp;nbsp;&lt;/P&gt;&lt;P&gt;While it is possible to call a compliant basemap via its portal ID (recommended by Esri Support), the simplicity of leveraging a basemap ID can be retained while future changes and resulting breakage could be avoided by continuing to use the basemap ID methodology.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 15:19:32 GMT</pubDate>
    <dc:creator>KennyLohr1</dc:creator>
    <dc:date>2025-03-05T15:19:32Z</dc:date>
    <item>
      <title>Include "US Edition" basemaps in basemap ids</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idi-p/1592230</link>
      <description>&lt;P&gt;Executive Order 14172 made changes to the GNIS, which requires specific map alterations for US-based users and organizations.&amp;nbsp; Esri has rolled out "US Editions" of the basemaps to comply with the recently updated GNIS.&amp;nbsp; When a Maps SDK based application uses basemap IDs to call a basemap, the current basemap IDs are not referenced to any of the new "US Edition" basemaps, and therefore any SDK based applications using this methodology will remain noncompliant.&amp;nbsp; &amp;nbsp; New basemap IDs could simply be preceded or followed by "us,"&amp;nbsp; while connecting it to the appropriate US Edition basemap tile service.&amp;nbsp; For example, the US Edition of Light Gray Canvas in this case would have a basemap ID of "light-gray-us" or "us-light-gray."&amp;nbsp;&lt;/P&gt;&lt;P&gt;While it is possible to call a compliant basemap via its portal ID (recommended by Esri Support), the simplicity of leveraging a basemap ID can be retained while future changes and resulting breakage could be avoided by continuing to use the basemap ID methodology.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 15:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idi-p/1592230</guid>
      <dc:creator>KennyLohr1</dc:creator>
      <dc:date>2025-03-05T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Include "US Edition" basemaps in basemap ids</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idc-p/1592769#M385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/532290"&gt;@KennyLohr1&lt;/a&gt;&amp;nbsp;, you can still use the basemap IDs to access US worldview basemaps, but the caveat is they must be the "arcgis/outdoor" style basemaps which use the basemap styles service (which is a standard basemap and requires ArcGIS authentication or an api key).&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// creates an arcgis streets basemap with us worldview
const basemap = new Basemap({
  style: {
    id: "arcgis/streets",
    worldview: "unitedStatesOfAmerica"
  }
});&lt;/LI-CODE&gt;&lt;P&gt;As you mentioned, you can also point to the US basemap style directly to use the enhanced basemaps.&lt;/P&gt;&lt;P&gt;I just published a blog this morning covering a variety of scenarios for updating basemaps to use the US worldview, perhaps this will help as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/how-to-use-a-basemap-with-a-specific-world-view-in-your-web-app/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/how-to-use-a-basemap-with-a-specific-world-view-in-your-web-app/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idc-p/1592769#M385</guid>
      <dc:creator>JuliePowell</dc:creator>
      <dc:date>2025-03-06T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include "US Edition" basemaps in basemap ids - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idc-p/1592825#M386</link>
      <description>&lt;P&gt;See also Julie's post.&lt;BR /&gt;&lt;BR /&gt;We don't plan to add additional basemaps to the "&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap" target="_self"&gt;2D (legacy) basemaps&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;As you mention, there are other solutions.&lt;BR /&gt;&lt;BR /&gt;Reference: &lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/how-to-use-a-basemap-with-a-specific-world-view-in-your-web-app/" target="_self"&gt;the blog&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/basemap-worldview/" target="_self"&gt;the sample&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 16:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/include-quot-us-edition-quot-basemaps-in-basemap/idc-p/1592825#M386</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2025-03-06T16:55:24Z</dc:date>
    </item>
  </channel>
</rss>

