I'm using ArcGIS API for javascript version 4.18 CoordinateConversion widget to display mouse coordinates cocurrently for several cordinate systems. I'm following ESRI's code example in CoordinateConversion widget - Custom Formats page.
This page shows how to add 2 new formats, one is wgs84 with "z", the 2nd is some TM format.
I want to add "z" also with the 2nd format, but I have not succeeded, as I'm new to this area.
I'll appreciate help.
Solved! Go to Solution.
https://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf
Hope this helps!
https://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf
Hope this helps!
Hi @Noah-Sager , my 2nd coordinate system is not wkid:102241 but wkid:2039.
I added z: parseFloat(parts[2]) to the conversionInfo and has not got z dimension, and this was the reason why I opened this question.
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.
Thank you