<?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: Zooming not working correctly in Stereo Map in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/zooming-not-working-correctly-in-stereo-map/m-p/1336234#M10521</link>
    <description>&lt;P&gt;I noticed that the displacement isn't always 800 m to the right. It varies according to the loaded stereo image pair. On a longer stereo image pair (ADS strip) the displacement is 3.5 km to the right.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2023 11:17:01 GMT</pubDate>
    <dc:creator>BarbaraSchneider2</dc:creator>
    <dc:date>2023-10-09T11:17:01Z</dc:date>
    <item>
      <title>Zooming not working correctly in Stereo Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/zooming-not-working-correctly-in-stereo-map/m-p/1333289#M10488</link>
      <description>&lt;P&gt;When zooming to a polygon feature in the Stereo Map, the position is about 800 meters displaced to the right (I made sure that the polygon has correct z-values):&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;await QueuedTask.Run(async () =&amp;gt;
{
  FeatureLayer featLayer = LayerUtils.GetFeatureLayerByName("Polygon");
  Feature feature = await  FeatureUtils.GetFirstFeatureAsync(featLayer.GetFeatureClass(), false);
  MapView.Active.ZoomTo(layer, feature.GetObjectID());
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The same happens when zooming to a point geometry (please note that the point has a z-value):&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;MapPoint mapPoint = MapPointBuilderEx.CreateMapPoint(2675090, 1245480, 470, spatialRef);
await QueuedTask.Run(() =&amp;gt;
{
    MapView.Active.ZoomTo(mapPoint);
});&lt;/LI-CODE&gt;&lt;P&gt;When zooming to a layer in the Stereo Map through the GUI, the extent is displaced as well.&lt;/P&gt;&lt;P&gt;As a workaround I tried to link the Stereo Map and the Map, activate the Map and zoom to the layer in the Map. However, the Stereo Map does not follow the Map. (The other way round, the Map follows the Stereo Map).&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 11:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/zooming-not-working-correctly-in-stereo-map/m-p/1333289#M10488</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2023-09-28T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming not working correctly in Stereo Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/zooming-not-working-correctly-in-stereo-map/m-p/1336234#M10521</link>
      <description>&lt;P&gt;I noticed that the displacement isn't always 800 m to the right. It varies according to the loaded stereo image pair. On a longer stereo image pair (ADS strip) the displacement is 3.5 km to the right.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 11:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/zooming-not-working-correctly-in-stereo-map/m-p/1336234#M10521</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2023-10-09T11:17:01Z</dc:date>
    </item>
  </channel>
</rss>

