<?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 How to get the coordinate system name from the map's published spatial reference wkid in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57113#M5008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map service published from ArcGIS Server.&amp;nbsp; I'd like to display the coordinate system name in my javascript application, but all I see published is the spatial reference wkid.&amp;nbsp; For example, if 32611 is the published map's spatial reference, I want to show WGS_1984_UTM_Zone_11N to the users of my javascript page.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 15:52:11 GMT</pubDate>
    <dc:creator>JeffDyott</dc:creator>
    <dc:date>2013-10-23T15:52:11Z</dc:date>
    <item>
      <title>How to get the coordinate system name from the map's published spatial reference wkid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57113#M5008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map service published from ArcGIS Server.&amp;nbsp; I'd like to display the coordinate system name in my javascript application, but all I see published is the spatial reference wkid.&amp;nbsp; For example, if 32611 is the published map's spatial reference, I want to show WGS_1984_UTM_Zone_11N to the users of my javascript page.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 15:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57113#M5008</guid>
      <dc:creator>JeffDyott</dc:creator>
      <dc:date>2013-10-23T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate system name from the map's published spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57114#M5009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could make an &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/namespace_esri-amd.html#request"&gt;ESRI request&lt;/A&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;A href="http://spatialreference.org/"&gt;http://spatialreference.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the JSON doesn't return what you are looking for, but you could handle the GML (as xml) returned from &lt;/SPAN&gt;&lt;A href="http://spatialreference.org/ref/epsg/32611/gml/"&gt;http://spatialreference.org/ref/epsg/32611/gml/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 17:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57114#M5009</guid>
      <dc:creator>MattLane</dc:creator>
      <dc:date>2013-10-23T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate system name from the map's published spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57115#M5010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You could make an &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/namespace_esri-amd.html#request"&gt;ESRI request&lt;/A&gt; to &lt;A href="http://spatialreference.org/"&gt;http://spatialreference.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately the JSON doesn't return what you are looking for, but you could handle the GML (as xml) returned from &lt;A href="http://spatialreference.org/ref/epsg/32611/gml/"&gt;http://spatialreference.org/ref/epsg/32611/gml/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also load the HTML page from spatialreference.org and search the results for the element with the id "header_title". E.g., &lt;/SPAN&gt;&lt;A href="http://spatialreference.org/ref/epsg/32611/"&gt;http://spatialreference.org/ref/epsg/32611/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 14:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57115#M5010</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-10-24T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate system name from the map's published spatial reference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57116#M5011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good suggestions.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 14:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-coordinate-system-name-from-the-map/m-p/57116#M5011</guid>
      <dc:creator>JeffDyott</dc:creator>
      <dc:date>2013-10-24T14:21:42Z</dc:date>
    </item>
  </channel>
</rss>

