<?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 basemap spatial reference  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70157#M6205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#spatialReference" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#spatialReference"&gt;View | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a statement that says "When using an &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap"&gt;Esri basemap&lt;/A&gt;, the default spatial reference is &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html#WebMercator"&gt;Web Mercator Auxiliary Sphere&lt;/A&gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes me think that it can be changed? I would like to set to 4326.&amp;nbsp; I can set a custom basemap using a layer with that spatial reference but I want that layer on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried setting the center and extent of the MapView with the spacial reference but I do not get what I would expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 18:22:47 GMT</pubDate>
    <dc:creator>JimHenry</dc:creator>
    <dc:date>2017-12-15T18:22:47Z</dc:date>
    <item>
      <title>basemap spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70157#M6205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#spatialReference" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#spatialReference"&gt;View | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a statement that says "When using an &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap"&gt;Esri basemap&lt;/A&gt;, the default spatial reference is &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html#WebMercator"&gt;Web Mercator Auxiliary Sphere&lt;/A&gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes me think that it can be changed? I would like to set to 4326.&amp;nbsp; I can set a custom basemap using a layer with that spatial reference but I want that layer on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried setting the center and extent of the MapView with the spacial reference but I do not get what I would expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70157#M6205</guid>
      <dc:creator>JimHenry</dc:creator>
      <dc:date>2017-12-15T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: basemap spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70158#M6206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;All esri standard basemaps are in 102100 (Web Mercator Auxiliary Sphere). This not something that can be changed. Basemaps are normally come from a tiled/cached map service which is a collection of images at predefined scales. Based on that fact on the fly re-projection is NOT possible. If you need your map to be in WGS84 for some reason then you will have to use a custom basemap in that projection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70158#M6206</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-15T18:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: basemap spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70159#M6207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You&amp;nbsp;can use&lt;A href="http://www.arcgis.com/home/search.html?q=tags%3Awgs84%20vector%20owner%3Aesri&amp;amp;t=content&amp;amp;start=1&amp;amp;sortOrder=desc&amp;amp;sortField…" rel="nofollow noopener noreferrer" target="_blank"&gt; wgs84 esri vector basemaps.&lt;/A&gt;&amp;nbsp; Pick one of the webmaps and set your Map's basemap as shown below:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;var map = new Map({
&amp;nbsp; basemap: {
&amp;nbsp;&amp;nbsp;&amp;nbsp; portalItem: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "8dda0e7b5e2d4fafa80132d59122268c" //Streets (WGS84)
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }
});‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-spatial-reference/m-p/70159#M6207</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-12-10T22:41:30Z</dc:date>
    </item>
  </channel>
</rss>

