<?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 Spatial reference Basemap  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-reference-basemap/m-p/523618#M48829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to add custom map in basemapgallery widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var topoLayer = new BasemapLayer({ url: '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fxxxx%2Farcgis%2Frest%2Fservices%2Fxxxx%2FMapServer" rel="nofollow" target="_blank"&gt;https://xxxx/arcgis/rest/services/xxxx/MapServer&lt;/A&gt;&lt;SPAN&gt;' });&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; // topo item for gallery&lt;BR /&gt; var topoBasemap = new Basemap({&lt;BR /&gt; layers: [topoLayer],&lt;BR /&gt; id: 'topo',&lt;BR /&gt; title: 'Topo',&lt;BR /&gt;&lt;SPAN&gt; thumbnailUrl: '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fsharing%2Frest%2Fcontent%2Fitems%2F6e03e8c26aad4b9c92a87c1063ddb0e3%2Finfo%2Fthumbnail%2Ftopo_map_2.jpg" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/info/thumbnail/topo_map_2.jpg&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But on execution I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Map: Geometry (wkid: 102642) cannot be converted to spatial reference of the map (wkid: 102100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Any clue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Aditya Kumar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 12:39:33 GMT</pubDate>
    <dc:creator>ADITYAKUMAR1</dc:creator>
    <dc:date>2018-11-21T12:39:33Z</dc:date>
    <item>
      <title>Spatial reference Basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-reference-basemap/m-p/523618#M48829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to add custom map in basemapgallery widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var topoLayer = new BasemapLayer({ url: '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fxxxx%2Farcgis%2Frest%2Fservices%2Fxxxx%2FMapServer" rel="nofollow" target="_blank"&gt;https://xxxx/arcgis/rest/services/xxxx/MapServer&lt;/A&gt;&lt;SPAN&gt;' });&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; // topo item for gallery&lt;BR /&gt; var topoBasemap = new Basemap({&lt;BR /&gt; layers: [topoLayer],&lt;BR /&gt; id: 'topo',&lt;BR /&gt; title: 'Topo',&lt;BR /&gt;&lt;SPAN&gt; thumbnailUrl: '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fsharing%2Frest%2Fcontent%2Fitems%2F6e03e8c26aad4b9c92a87c1063ddb0e3%2Finfo%2Fthumbnail%2Ftopo_map_2.jpg" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/info/thumbnail/topo_map_2.jpg&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But on execution I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Map: Geometry (wkid: 102642) cannot be converted to spatial reference of the map (wkid: 102100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Any clue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Aditya Kumar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 12:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-reference-basemap/m-p/523618#M48829</guid>
      <dc:creator>ADITYAKUMAR1</dc:creator>
      <dc:date>2018-11-21T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial reference Basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-reference-basemap/m-p/523619#M48830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #525353; font-family: Verdana; font-size: 15.2px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;A class="link-titled" href="http://spatialreference.org/ref/esri/nad-1983-stateplane-california-ii-fips-0402-feet/" title="http://spatialreference.org/ref/esri/nad-1983-stateplane-california-ii-fips-0402-feet/"&gt;NAD 1983 StatePlane California II FIPS 0402 Feet: ESRI Projection -- Spatial Reference&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #525353; font-family: Verdana; font-size: 15.2px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;NAD 1983 StatePlane California II FIPS 0402 Feet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A projection from this to web Mercator&amp;nbsp;&lt;A class="link-titled" href="http://spatialreference.org/ref/sr-org/esri102100/" title="http://spatialreference.org/ref/sr-org/esri102100/"&gt;ESRI:102100: SR-ORG Projection -- Spatial Reference&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is needed&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 13:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-reference-basemap/m-p/523619#M48830</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-21T13:48:28Z</dc:date>
    </item>
  </channel>
</rss>

