<?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: ArcGIS Javascript - How do I change other coordinate map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654297#M60987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried just changing the map's spatial reference like:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatialReference &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialReference&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; wkid&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4326&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; latestWkid&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4326&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 10:14:27 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-08-31T10:14:27Z</dc:date>
    <item>
      <title>ArcGIS Javascript - How do I change other coordinate map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654296#M60986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE style="color: #242729; background-color: #ffffff; border: 0px; font-size: 13px;"&gt;&lt;TBODY style="border: 0px; font-size: 13px;"&gt;&lt;TR style="border: 0px; font-size: 13px;"&gt;&lt;TD class="" style="border: 0px; font-size: 13px; padding: 0px 15px 0px 0px;"&gt;&lt;DIV class="" style="border: 0px; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #6a737c; border: 0px; font-size: 20px; margin: 8px 0px;"&gt;0&lt;/SPAN&gt;&lt;A style="color: #0077cc; border: 0px; text-indent: -9999em; font-size: 1px; margin: 0px auto 10px;" title="This question does not show any research effort; it is unclear or not useful"&gt;down vote&lt;/A&gt;&lt;A class="" href="http://stackoverflow.com/questions/39246285/arcgis-javascript-how-do-i-change-other-coordinate-map" style="color: #0077cc; border: 0px; text-indent: -9999em; font-size: 1px; margin: 0px auto 2px;" title="Click to mark as favorite question (click again to undo)"&gt;favorite&lt;/A&gt;&lt;DIV class="" style="border: 0px; font-size: 13px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD class="" style="border: 0px; font-size: 13px;"&gt;&lt;DIV style="border: 0px; font-size: 13px;"&gt;&lt;DIV class="" style="border: 0px; margin: 0px 0px 5px;"&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;i` trying to the arcgis javascript basemap change.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;two basemap is ohter coordinate map.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;I tested as follows:&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;first map.destroy();&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;and new map object created.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;It was changed to a different map.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;But they did not work on an existing widget created.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;How can you change to a different map coordinate system and connect the widgets again?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 09:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654296#M60986</guid>
      <dc:creator>ParkSeungHyun</dc:creator>
      <dc:date>2016-08-31T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript - How do I change other coordinate map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654297#M60987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried just changing the map's spatial reference like:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatialReference &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialReference&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; wkid&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4326&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; latestWkid&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4326&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 10:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654297#M60987</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-08-31T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript - How do I change other coordinate map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654298#M60988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not even so.... how to change other coordinate basemap ??&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 10:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654298#M60988</guid>
      <dc:creator>ParkSeungHyun</dc:creator>
      <dc:date>2016-08-31T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript - How do I change other coordinate map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654299#M60989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made this test in the past but some of the other widgets (measure e.t.c) facing problem after map destroy/creation.&lt;/P&gt;&lt;P&gt;May you can try to change the webmap creating the application, see this sample&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/ags_fade_webmaps.html" title="https://developers.arcgis.com/javascript/3/jssamples/ags_fade_webmaps.html"&gt;Fade effect using ArcGIS.com web maps | ArcGIS API for JavaScript 3.17&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-how-do-i-change-other-coordinate/m-p/654299#M60989</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2016-08-31T12:56:15Z</dc:date>
    </item>
  </channel>
</rss>

