<?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 basemap vector tile layer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1655285#M13710</link>
    <description>&lt;P&gt;Sorry for the delay in responding. Using the BasemapStyles enum that is creating a Besemap chosen from a gallery, for example new&amp;nbsp;Basemap(BasemapStyle.ArcGISLightGray) when light gray is chosen, is the way to go. However developers need to remember to create an Api Key:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/" target="_blank"&gt;https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Oct 2025 20:04:33 GMT</pubDate>
    <dc:creator>VyacheslavGorshkov</dc:creator>
    <dc:date>2025-10-03T20:04:33Z</dc:date>
    <item>
      <title>Adding basemap vector tile layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653571#M13695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Our application uses ArcGIS Maps SDK for .NET. 200.8.&lt;/P&gt;&lt;P&gt;We're currently adding base maps using the following gallery:&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgisonline.com/arcgis/rest/services/Canvas/World_Light_Gray_Base/MapServer" target="_blank"&gt;https://services.arcgisonline.com/arcgis/rest/services/Canvas/World_Light_Gray_Base/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer" target="_blank"&gt;https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgisonline.com/arcgis/rest/services/NatGeo_World_Map/MapServer" target="_blank"&gt;https://services.arcgisonline.com/arcgis/rest/services/NatGeo_World_Map/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer" target="_blank"&gt;https://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;We would like to switch to using the new&amp;nbsp;&lt;SPAN&gt;authoritative vector tile base maps. However, all the new&amp;nbsp;authoritative vector tile base maps seem to have the same URL:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer" target="_blank"&gt;https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For example, if I open the&amp;nbsp;Light Gray Canvas Base web page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=291da5eab3a0412593b66d384379f8" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=291da5eab3a0412593b66d384379f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it still contains the same URL:&lt;/P&gt;&lt;P&gt;&lt;A href="https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer" target="_blank"&gt;https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you please provide a recommendation on how to create a gallery of the base maps referencing the new&amp;nbsp;&lt;SPAN&gt;authoritative vector tile base maps?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Slava&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 17:01:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653571#M13695</guid>
      <dc:creator>VyacheslavGorshkov</dc:creator>
      <dc:date>2025-09-26T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding basemap vector tile layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653591#M13696</link>
      <description>&lt;P&gt;They have the same service url because the data is the same. What is different is which style is getting applied.&lt;BR /&gt;&lt;BR /&gt;You can use the &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.BasemapStyle.html" target="_self"&gt;BasemapStyles&lt;/A&gt; enumeration to create all your basemaps, or use the &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Portal.ArcGISPortal.GetVectorBasemapsAsync.html" target="_self"&gt;Portal APIs&lt;/A&gt; to query all the vector basemaps for that portal.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 17:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653591#M13696</guid>
      <dc:creator>SomeGISGuy</dc:creator>
      <dc:date>2025-09-26T17:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding basemap vector tile layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653594#M13697</link>
      <description>&lt;P&gt;In addition to what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/464411"&gt;@SomeGISGuy&lt;/a&gt;&amp;nbsp;said above, since you mentioned creating a gallery, there is also the ArcGIS Maps SDK for .NET&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/toolkit/" target="_self"&gt;toolkit&lt;/A&gt;, which includes an open-source &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/main/docs/basemap-gallery.md" target="_self"&gt;Basemap Gallery component&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 18:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653594#M13697</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2025-09-26T18:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding basemap vector tile layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653608#M13698</link>
      <description>&lt;P&gt;Thank you for your suggestions. I will try and post the results.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 19:11:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1653608#M13698</guid>
      <dc:creator>VyacheslavGorshkov</dc:creator>
      <dc:date>2025-09-26T19:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding basemap vector tile layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1655285#M13710</link>
      <description>&lt;P&gt;Sorry for the delay in responding. Using the BasemapStyles enum that is creating a Besemap chosen from a gallery, for example new&amp;nbsp;Basemap(BasemapStyle.ArcGISLightGray) when light gray is chosen, is the way to go. However developers need to remember to create an Api Key:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/" target="_blank"&gt;https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 20:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/adding-basemap-vector-tile-layer/m-p/1655285#M13710</guid>
      <dc:creator>VyacheslavGorshkov</dc:creator>
      <dc:date>2025-10-03T20:04:33Z</dc:date>
    </item>
  </channel>
</rss>

