<?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 TileLayer in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333072#M627</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/320" target="_self"&gt;&lt;SPAN class=""&gt;GavinRehkemper.&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;SPAN class=""&gt;I will try connecting to Esri Sales team. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;May I know about the timeline, when does the old service (&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/%7Bz%7D/%7By%7D/%7Bx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/&lt;/A&gt;) would be retired permanently. I know the BaseMapLayer is already deprecated, just want to know the timeline on complete retire.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 19:18:34 GMT</pubDate>
    <dc:creator>saravana-sk</dc:creator>
    <dc:date>2023-09-27T19:18:34Z</dc:date>
    <item>
      <title>BaseMap TileLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1332770#M623</link>
      <description>&lt;P&gt;Hello, we need to render topographic world map in a web app. we used the esri BaseMapLayer earlier. I am seeing it got deprecated now.&lt;/P&gt;&lt;P&gt;Is it good to use the Leaflet's tileLayer with URL referred as below.&lt;/P&gt;&lt;P&gt;L.tileLayer('&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x" target="_blank"&gt;https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x&lt;/A&gt;}',&lt;BR /&gt;{}).addTo(map);&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 01:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1332770#M623</guid>
      <dc:creator>saravana-sk</dc:creator>
      <dc:date>2023-09-27T01:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: BaseMap TileLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1332878#M624</link>
      <description>&lt;P&gt;Hi, the best way to show a topographic basemap would be to use the Esri Leaflet Vector plugin.&lt;/P&gt;&lt;P&gt;Here is a tutorial you can follow:&amp;nbsp;&lt;A href="https://developers.arcgis.com/esri-leaflet/maps/display-a-map/" target="_blank"&gt;https://developers.arcgis.com/esri-leaflet/maps/display-a-map/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is sample code you can use:&amp;nbsp;&lt;A href="https://developers.arcgis.com/esri-leaflet/samples/showing-a-basemap" target="_blank"&gt;https://developers.arcgis.com/esri-leaflet/samples/showing-a-basemap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can use "&lt;SPAN&gt;&lt;STRONG&gt;arcgis/topographic&lt;/STRONG&gt;" as the basemap enum. See this sample for an example of all the different basemap styles:&amp;nbsp;&lt;A href="https://developers.arcgis.com/esri-leaflet/maps/change-the-basemap-style-v2/" target="_blank"&gt;https://developers.arcgis.com/esri-leaflet/maps/change-the-basemap-style-v2/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 12:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1332878#M624</guid>
      <dc:creator>GavinRehkemper</dc:creator>
      <dc:date>2023-09-27T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: BaseMap TileLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333039#M625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/320" target="_self"&gt;&lt;SPAN class=""&gt;GavinRehkemper&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, Thanks for the info. I have already gone through the documentation that you shared where I could see, we need an API Key to render the World Topo Map in Vector plugin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To get the API key we need an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/sign-up/" target="_blank" rel="noopener"&gt;ArcGIS Developer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(for individual developers) or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-online/trial" target="_blank" rel="noopener"&gt;ArcGIS Online account&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(for organizations). I am bit confused on looking at the various products under ArcGIS online.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you help me to find the right product and subscription for just rendering the World Topo Map. We don't need any other rich capabilities.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 18:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333039#M625</guid>
      <dc:creator>saravana-sk</dc:creator>
      <dc:date>2023-09-27T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: BaseMap TileLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333046#M626</link>
      <description>&lt;P&gt;Hi, you can sign up for a free developer account here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/sign-up/" target="_blank"&gt;https://developers.arcgis.com/sign-up/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can see more about pricing here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/pricing/" target="_blank"&gt;https://developers.arcgis.com/pricing/&lt;/A&gt;&amp;nbsp;(Access to the vector tiles that you're using here falls under the "Basemap Layers" (&lt;SPAN&gt;2,000,000 tiles free)&amp;nbsp;&lt;/SPAN&gt;section of this page)&lt;/P&gt;&lt;P&gt;You can also contact Esri (&lt;A href="https://www.esri.com/en-us/contact#c=us&amp;amp;t=1" target="_blank"&gt;https://www.esri.com/en-us/contact#c=us&amp;amp;t=1&lt;/A&gt;) if you need more help selecting a plan.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 18:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333046#M626</guid>
      <dc:creator>GavinRehkemper</dc:creator>
      <dc:date>2023-09-27T18:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: BaseMap TileLayer</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333072#M627</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/320" target="_self"&gt;&lt;SPAN class=""&gt;GavinRehkemper.&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;SPAN class=""&gt;I will try connecting to Esri Sales team. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;May I know about the timeline, when does the old service (&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/%7Bz%7D/%7By%7D/%7Bx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/&lt;/A&gt;) would be retired permanently. I know the BaseMapLayer is already deprecated, just want to know the timeline on complete retire.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 19:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/basemap-tilelayer/m-p/1333072#M627</guid>
      <dc:creator>saravana-sk</dc:creator>
      <dc:date>2023-09-27T19:18:34Z</dc:date>
    </item>
  </channel>
</rss>

