<?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: How to change a basemap to map in EPSG:3826 format in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-a-basemap-to-map-in-epsg-3826-format/m-p/1363660#M83189</link>
    <description>&lt;P&gt;It appears the fourth item listed under the "&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#creating-a-basemap" target="_self"&gt;Creating a Basemap&lt;/A&gt;" section of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html" target="_self"&gt;Basemap&lt;/A&gt; module documentation is what you're looking for.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 17:09:06 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2023-12-21T17:09:06Z</dc:date>
    <item>
      <title>How to change a basemap to map in EPSG:3826 format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-a-basemap-to-map-in-epsg-3826-format/m-p/1363442#M83184</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I am a newbie to ArcGIS javascript. I meet a problem about develop a map application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After test and try, I found there must be set basemap in map class first, like following:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;map&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;Map&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;basemap&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"dark-gray"&lt;/SPAN&gt; &lt;SPAN&gt;// basemap styles service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;But since the project I need to develop now, the basemap is not in gallery, so how to build a basemap first via&lt;BR /&gt;tileLayer, and then include this data into basemap, such as following:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;map&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;Map&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;basemap&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"my EPSG:3826 map"&lt;/SPAN&gt; &lt;SPAN&gt;// basemap styles service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;BR /&gt;How to make that, any instructions is highly appreciated, thanks a lot.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Dec 2023 07:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-a-basemap-to-map-in-epsg-3826-format/m-p/1363442#M83184</guid>
      <dc:creator>AbramhumHsu</dc:creator>
      <dc:date>2023-12-21T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a basemap to map in EPSG:3826 format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-a-basemap-to-map-in-epsg-3826-format/m-p/1363660#M83189</link>
      <description>&lt;P&gt;It appears the fourth item listed under the "&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#creating-a-basemap" target="_self"&gt;Creating a Basemap&lt;/A&gt;" section of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html" target="_self"&gt;Basemap&lt;/A&gt; module documentation is what you're looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-change-a-basemap-to-map-in-epsg-3826-format/m-p/1363660#M83189</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2023-12-21T17:09:06Z</dc:date>
    </item>
  </channel>
</rss>

