<?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 Projected coordinate system in Unity other than Web Mercator in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1188140#M19</link>
    <description>&lt;P&gt;We have set up the ArcGISMap component using various PCS WKIDs other than Web Mercator but notice that no matter what we set the WKID to the overall shape / projection of the MAP in the Unity Scene is always the same and appears to be Web Mercator.&lt;/P&gt;&lt;P&gt;For our use case we need the map to have the 'shape' of the WKID we use so that the Map aligns with the Models we are bringing in to Unity that have been modelling to line up with the PCS they were modelled in and therefore don't align with the Web Mercator projected map.&lt;/P&gt;&lt;P&gt;What are the steps we need to take to have the map use a different projection?&lt;/P&gt;&lt;P&gt;Our wanted behavior is what is shown in your ArcGIS Pro web page regarding Supported Map Projections&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/list-of-supported-map-projections.htm" target="_blank"&gt;Supported map projections—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cameron&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 01:32:52 GMT</pubDate>
    <dc:creator>CameronGibbs</dc:creator>
    <dc:date>2022-06-30T01:32:52Z</dc:date>
    <item>
      <title>Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1188140#M19</link>
      <description>&lt;P&gt;We have set up the ArcGISMap component using various PCS WKIDs other than Web Mercator but notice that no matter what we set the WKID to the overall shape / projection of the MAP in the Unity Scene is always the same and appears to be Web Mercator.&lt;/P&gt;&lt;P&gt;For our use case we need the map to have the 'shape' of the WKID we use so that the Map aligns with the Models we are bringing in to Unity that have been modelling to line up with the PCS they were modelled in and therefore don't align with the Web Mercator projected map.&lt;/P&gt;&lt;P&gt;What are the steps we need to take to have the map use a different projection?&lt;/P&gt;&lt;P&gt;Our wanted behavior is what is shown in your ArcGIS Pro web page regarding Supported Map Projections&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/list-of-supported-map-projections.htm" target="_blank"&gt;Supported map projections—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cameron&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 01:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1188140#M19</guid>
      <dc:creator>CameronGibbs</dc:creator>
      <dc:date>2022-06-30T01:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194244#M32</link>
      <description>&lt;P&gt;Hello Cameron so you can access the spatial reference being used by getting it from the ArcGISMap. First off PCS's are only supported in local mode. But to setup the map in a specific Spatial reference you need to ensure all the content in your map is in the same spatial reference. The standard basemaps we provide will ensure it is in Web Mercator.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you confirm for me that when you call GetSpatialReference on the ArcGISMap it is in the value you expect. If not confirm you are only using data sources in that Spatial reference and get back to me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The shape of the map is something I need to do some more investigating internally.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 23:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194244#M32</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-07-20T23:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194245#M33</link>
      <description>&lt;P&gt;Also if you have a public data source in this spatial reference you are interested&amp;nbsp; in seeing if you can share that in this thread that would help expedite this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 23:34:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194245#M33</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-07-20T23:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194327#M48</link>
      <description>&lt;P&gt;The way I read the documentation, I was under the impression that I could set the Map's Spatial reference (when in Local mode), then point it at your&amp;nbsp;&lt;SPAN&gt;Standard Basemaps and have it re-project those basemaps into my chosen Spatial Reference's shape.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From my (updated) understanding, we'd have to provide a separate Map Server endpoint for each of the Spatial References we want to support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Are we allowed / able to re-project sections your Standard Basemaps using ArcGisPro into the various projections and expose as separate end points?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 07:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194327#M48</guid>
      <dc:creator>CameronGibbs</dc:creator>
      <dc:date>2022-07-21T07:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194479#M49</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here is a circular dataset for the artic&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=c7381cb155a043a2bba2b84566677262" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=c7381cb155a043a2bba2b84566677262&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can see the content is maintained in its circle form but we are padding it with white tiles to make it a rectangle.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use the map's extent property to trim this down to just be the area without the white tiles&amp;nbsp;&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="Matt_Nelson_0-1658418675455.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46406iCE7E552DCFB62082/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Matt_Nelson_0-1658418675455.png" alt="Matt_Nelson_0-1658418675455.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="Matt_Nelson_1-1658418985108.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46407i70EE65EEA3F57E5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Matt_Nelson_1-1658418985108.png" alt="Matt_Nelson_1-1658418985108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194479#M49</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-07-21T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Projected coordinate system in Unity other than Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194480#M50</link>
      <description>&lt;P&gt;Your understanding is correct and yes you can use Pro to project the data to new spatial references.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/projected-coordinate-system-in-unity-other-than/m-p/1194480#M50</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-07-21T15:57:37Z</dc:date>
    </item>
  </channel>
</rss>

