<?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: Local Map type Unity to Geo Position in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/local-map-type-unity-to-geo-position/m-p/1502675#M870</link>
    <description>&lt;P&gt;What you are getting is probably in EPSG:3857 since you're using a local map and coordinates are being projected. If you need the wgs84 coordinates, you could use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ArcGISGeometryEngine.Project&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;to convert the coordinates from 3857 to 4326. You may need to cast the output of that function to ArcGISPoint to be able to use it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 18:44:09 GMT</pubDate>
    <dc:creator>AShahbaz</dc:creator>
    <dc:date>2024-07-08T18:44:09Z</dc:date>
    <item>
      <title>Local Map type Unity to Geo Position</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/local-map-type-unity-to-geo-position/m-p/1501808#M868</link>
      <description>&lt;P&gt;Hi, I'm required to use the map type 'local' ( not global ) and I'm having problems transforming a Unity Position to a Geo coordinate.&lt;/P&gt;&lt;P&gt;I'm using WGS84 (aka EPSG:4326) and when I'm doing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;_map.EngineToGeographic(_tableTransform.position);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I don't get WGS84 returned but most likely the other coordinate system.&lt;/P&gt;&lt;P&gt;When switching to global map type it works correctly and as expected. However I'm forced to use local.&lt;/P&gt;&lt;P&gt;My map component &amp;amp; Camera is using WGS84 so why am I getting another coordinate system returned or am I missing a step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 13:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/local-map-type-unity-to-geo-position/m-p/1501808#M868</guid>
      <dc:creator>JanikCodes</dc:creator>
      <dc:date>2024-07-05T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Local Map type Unity to Geo Position</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/local-map-type-unity-to-geo-position/m-p/1502675#M870</link>
      <description>&lt;P&gt;What you are getting is probably in EPSG:3857 since you're using a local map and coordinates are being projected. If you need the wgs84 coordinates, you could use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ArcGISGeometryEngine.Project&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;to convert the coordinates from 3857 to 4326. You may need to cast the output of that function to ArcGISPoint to be able to use it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 18:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/local-map-type-unity-to-geo-position/m-p/1502675#M870</guid>
      <dc:creator>AShahbaz</dc:creator>
      <dc:date>2024-07-08T18:44:09Z</dc:date>
    </item>
  </channel>
</rss>

