<?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: Georeferencing Plugin does not work accurately in local scne in ArcGIS Maps SDK for Unreal Engine Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1294325#M257</link>
    <description>&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;if anyone sees a mistake or has the same issue, please leave a comment.&lt;/P&gt;&lt;P&gt;This whould help me a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 23:32:15 GMT</pubDate>
    <dc:creator>RobinKrempel</dc:creator>
    <dc:date>2023-05-30T23:32:15Z</dc:date>
    <item>
      <title>Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1289155#M247</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;these are my configurations to georeference the lokal scene.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_1-1684160284913.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70690i8C128BB991A8CD37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_1-1684160284913.png" alt="RobinKrempel_1-1684160284913.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_2-1684160316517.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70691iA876684B211EA7D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_2-1684160316517.png" alt="RobinKrempel_2-1684160316517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I noticed, when i place an Object in the local scene using the ArcGIS Location Component and travel there visualisng the coordinates with the UMG_GeoStatusBar, the coordinates are not the same.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_0-1684160258298.png" style="width: 840px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70689i3847496E0000BBBE/image-dimensions/840x409?v=v2" width="840" height="409" role="button" title="RobinKrempel_0-1684160258298.png" alt="RobinKrempel_0-1684160258298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think that is because of the Plate Caree Projection and its distortion. When i am working with a global scene, the coordinates are the same. I hope someone has a solution for this Problem&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Robin Krempel&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1289155#M247</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-05-15T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1289693#M248</link>
      <description>&lt;P&gt;Hi Robin,&lt;BR /&gt;&lt;BR /&gt;I'm not sure if I understand what you are trying to achieve.&lt;BR /&gt;&lt;BR /&gt;You are trying to display the pin position with the GeoReferencing Plugin's widget and the widget is configured to get the position of the pin and not the player controller, correct?&lt;BR /&gt;&lt;BR /&gt;And the first tiled layer of your ArcGIS Map is WGS 84 or&amp;nbsp;China Geodetic Coordinate System 2000. So when you switch to the local scene your ArcGIS Map's spatial reference is&amp;nbsp;Plate Carrée.&lt;BR /&gt;&lt;BR /&gt;I see you have "EPSG:25832" (ETRS89 / UTM zone 32N) for the GeoReferencing (Projected CRS) and I wonder why you have that code instead of "EPSG:32662" (WGS 84 / Plate Carree).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 17:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1289693#M248</guid>
      <dc:creator>TomoTakeda</dc:creator>
      <dc:date>2023-05-16T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1290297#M249</link>
      <description>&lt;P&gt;Hi Tomo,&lt;/P&gt;&lt;P&gt;I am trying to set up the Georeferencing Plugin, so I can fly with the Camera through the local scene and the projecte, geographic and geocentric coordinates are correct like in the real world.&lt;/P&gt;&lt;P&gt;I have not changed the configuration of the widget. I think it is configured to get the camera location. I am not standing exact on the pin's location but close enough to notice that it could never be right.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_0-1684349546758.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70987i7D831CC8022F9968/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_0-1684349546758.png" alt="RobinKrempel_0-1684349546758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The first tiled layer is in WGS 84.&lt;/P&gt;&lt;P&gt;I could change it to the Plate Caree Projection, but this does not change the displayed wrong geographic or goecentric coordinates.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_1-1684350060926.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70988i2B1E0FF61AD6F6B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="RobinKrempel_1-1684350060926.png" alt="RobinKrempel_1-1684350060926.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 19:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1290297#M249</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-05-17T19:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1290586#M250</link>
      <description>&lt;P&gt;Hi Robin,&lt;BR /&gt;&lt;BR /&gt;This is how I set the GeoReferencing status bar to display the camera position (the player position).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomoTakeda_0-1684412939282.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71071iB70E5DDD225B960F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomoTakeda_0-1684412939282.png" alt="TomoTakeda_0-1684412939282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this is the GeoReferencing settings.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomoTakeda_1-1684413142154.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71072iE2CA12F22510E07C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomoTakeda_1-1684413142154.png" alt="TomoTakeda_1-1684413142154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Since the ArcGIS Location Component that is attached to a Pawn will have the updated position value during the play mode, when I compare the camera position and the value on the status bar matches. (I'm using the ArcGIS Pawn)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This screenshot is from a local scene.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomoTakeda_2-1684413354546.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71073iE9695B91D8B205AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomoTakeda_2-1684413354546.png" alt="TomoTakeda_2-1684413354546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is this what you are trying to achieve?&lt;/P&gt;&lt;P&gt;FYI, I used this service for the basemap:&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=898f58f2ee824b3c97bae0698563a4b3" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=898f58f2ee824b3c97bae0698563a4b3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 12:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1290586#M250</guid>
      <dc:creator>TomoTakeda</dc:creator>
      <dc:date>2023-05-18T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1291645#M251</link>
      <description>&lt;P&gt;Hi Tomo,&lt;/P&gt;&lt;P&gt;That is what i want to achieve. I am wondering what the error is. I added the status bar in the Level Blueprint the same way you did and the Georeferencing System Actor is configured like yours. I noticed the coordinates are correct at the origin position and getting more and more wrong as the distance to the origin position is increasing. The following pictures show my current configurations.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_0-1684770107678.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71289iED1EDF947B2F486E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_0-1684770107678.png" alt="RobinKrempel_0-1684770107678.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_1-1684770133926.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71290i2FB204E05ECCE469/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_1-1684770133926.png" alt="RobinKrempel_1-1684770133926.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_2-1684770198123.png" style="width: 240px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71291i50A70864C291BAC4/image-dimensions/240x382?v=v2" width="240" height="382" role="button" title="RobinKrempel_2-1684770198123.png" alt="RobinKrempel_2-1684770198123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_4-1684770397414.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71293i631617E85C40140D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_4-1684770397414.png" alt="RobinKrempel_4-1684770397414.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_3-1684770313082.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71292i4BB252CBEDD7FB21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_3-1684770313082.png" alt="RobinKrempel_3-1684770313082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 15:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1291645#M251</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-05-22T15:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1294325#M257</link>
      <description>&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;if anyone sees a mistake or has the same issue, please leave a comment.&lt;/P&gt;&lt;P&gt;This whould help me a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 23:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1294325#M257</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-05-30T23:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1294492#M258</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;I tested a bit more with my colleagues and I'm wondering if your ArcGIS Map Actor's position is at 0,0,0 of Unreal Engine's space. I observed that the value difference between the GeoReferencing widget and ArcGIS Pawn location as you reported when the ArcGIS Map Actor's Location values under Transform section are not 0,0,0.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1294492#M258</guid>
      <dc:creator>TomoTakeda</dc:creator>
      <dc:date>2023-05-31T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1296404#M260</link>
      <description>&lt;P&gt;Hi Tomo,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_0-1686076756203.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72491i8101149F4D6109FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobinKrempel_0-1686076756203.png" alt="RobinKrempel_0-1686076756203.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That is how my ArcGISMapActor looks like. I have not changed anything. So I think that is not the solution in my case. Thanks for your response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 18:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1296404#M260</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-06-06T18:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1299710#M262</link>
      <description>&lt;P&gt;I found the solution. I had to choose the 3857 WKID as a projected coordinate system. the following image of the spatial references section might be the explanation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobinKrempel_0-1686839865641.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73336iA531838DBD7B0B87/image-size/large?v=v2&amp;amp;px=999" role="button" title="RobinKrempel_0-1686839865641.png" alt="RobinKrempel_0-1686839865641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 14:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1299710#M262</guid>
      <dc:creator>RobinKrempel</dc:creator>
      <dc:date>2023-06-15T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Georeferencing Plugin does not work accurately in local scne</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1301063#M266</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;I'm happy to hear that you found the solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So you have your basemap or the first tiled layer in Web Mercator (WKID 3857) and that was my confusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you use Georeferencing with ArcGIS Maps SDK for Unreal Engine, you must configure Georeferencing according to ArcGIS Maps SDK for Unreal Engine as you are aware.&amp;nbsp;&amp;nbsp;ArcGIS Maps SDK for Unreal Engine automatically sets the map's spatial reference according to the basemap or the first tiled layer loaded. So if you have your basemap or the first tiled layer in WGS 84 or CGCS2000, the local coordinate system for the GeoReferencing should be set to&amp;nbsp;&lt;SPAN&gt;"EPSG:32662" (WGS 84 / Plate Carree).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 14:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/georeferencing-plugin-does-not-work-accurately-in/m-p/1301063#M266</guid>
      <dc:creator>TomoTakeda</dc:creator>
      <dc:date>2023-06-20T14:31:15Z</dc:date>
    </item>
  </channel>
</rss>

