<?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: CoordinateConversion widget - how to add z-value to added format which is not wgs84 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021857#M71551</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;, my 2nd coordinate system is not wkid:102241 but wkid:2039.&lt;/P&gt;&lt;P&gt;I added&amp;nbsp;&lt;EM&gt;z: parseFloat(parts[2])&amp;nbsp;&lt;/EM&gt;to the conversionInfo and has not got z dimension, and this was the reason why I opened this question.&lt;/P&gt;&lt;P&gt;After reading your answer, I searched the pdf mansioned by you, and wkid:2039 is also not mentioned in that pdf in the table of coordinate systems that support vertical dimension. So, this is indeed the reason why I can't get z for wid:2039.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 13:01:32 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2021-01-30T13:01:32Z</dc:date>
    <item>
      <title>CoordinateConversion widget - how to add z-value to added format which is not wgs84</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021393#M71534</link>
      <description>&lt;P&gt;I'm using ArcGIS API for javascript version 4.18 &lt;STRONG&gt;CoordinateConversion widget&lt;/STRONG&gt; to display mouse coordinates cocurrently for several cordinate systems. I'm following ESRI's code example in &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-coordinateconversion-custom/" target="_blank" rel="noopener"&gt;CoordinateConversion widget - Custom Formats&lt;/A&gt; page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This page shows how to add 2 new formats, one is wgs84 with "z", the 2nd is some TM format.&lt;/P&gt;&lt;P&gt;I want to add "z" also with the 2nd format, but I have not succeeded, as I'm new to this area.&lt;/P&gt;&lt;P&gt;I'll appreciate help.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 04:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021393#M71534</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-29T04:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: CoordinateConversion widget - how to add z-value to added format which is not wgs84</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021641#M71541</link>
      <description>&lt;H5&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/36894"&gt;@MichaelLev&lt;/a&gt;, I think there are two answers here. First, it looks like the second custom format (spatial reference:&amp;nbsp;102241) does not support the vertical dimension.&amp;nbsp;&lt;/H5&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/projections/fundamentals-of-vertical-coordinate-systems.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/map/projections/fundamentals-of-vertical-coordinate-systems.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf&lt;/A&gt;&lt;/P&gt;&lt;H5&gt;But if it did support the vertical (z) coordinate system, then I think you would only need to add the&amp;nbsp;&lt;EM&gt;z: parseFloat(parts[2])&amp;nbsp;&lt;/EM&gt;to the state plane's conversionInfo.&lt;/H5&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 17:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021641#M71541</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-01-29T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: CoordinateConversion widget - how to add z-value to added format which is not wgs84</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021857#M71551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;, my 2nd coordinate system is not wkid:102241 but wkid:2039.&lt;/P&gt;&lt;P&gt;I added&amp;nbsp;&lt;EM&gt;z: parseFloat(parts[2])&amp;nbsp;&lt;/EM&gt;to the conversionInfo and has not got z dimension, and this was the reason why I opened this question.&lt;/P&gt;&lt;P&gt;After reading your answer, I searched the pdf mansioned by you, and wkid:2039 is also not mentioned in that pdf in the table of coordinate systems that support vertical dimension. So, this is indeed the reason why I can't get z for wid:2039.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 13:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/coordinateconversion-widget-how-to-add-z-value-to/m-p/1021857#M71551</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-30T13:01:32Z</dc:date>
    </item>
  </channel>
</rss>

