<?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: How to pass mapview instance to sceneview in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77696#M375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried to create new tiledLayer instance of wgs84 projection on sceneview it is not being displayed...What could be reason for this...because same layer I can see in mapview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2019 04:38:04 GMT</pubDate>
    <dc:creator>GirishchandraY</dc:creator>
    <dc:date>2019-12-11T04:38:04Z</dc:date>
    <item>
      <title>How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77694#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using mapview for 2D maps with tiledlayers.&lt;/P&gt;&lt;P&gt;But If I want to switch view to sceneview on click of a button and pass existing layers in mapview to sceneview in CPP widgets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any method for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 11:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77694#M373</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2019-12-10T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77695#M374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There aren't any convenience APIs available to convert a 2D map to a 3D scene. You'll need to create new layer instances and add those to a new scene.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 16:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77695#M374</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-12-10T16:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77696#M375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried to create new tiledLayer instance of wgs84 projection on sceneview it is not being displayed...What could be reason for this...because same layer I can see in mapview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 04:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77696#M375</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2019-12-11T04:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77697#M376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SceneView supports Web Mercator by default. If you set the scene view tiling scheme to WGS 84 first, does it work?&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-scene.html#setSceneViewTilingScheme" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-scene.html#setSceneViewTilingScheme"&gt;Scene Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 15:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77697#M376</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-12-11T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77698#M377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to set tiling scheme to scene as I don't see any option there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 04:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77698#M377</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2019-12-12T04:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77699#M378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;scene-&amp;gt;setSceneViewTilingScheme(SceneViewTilingScheme::Geographic);‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 15:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77699#M378</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-12-12T15:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77700#M379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do we have COPY function for sceneview in QT similar to Java&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 04:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77700#M379</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2019-12-20T04:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass mapview instance to sceneview</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77701#M380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not yet. That is something we want to add but haven't yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 14:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-pass-mapview-instance-to-sceneview/m-p/77701#M380</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-12-20T14:31:46Z</dc:date>
    </item>
  </channel>
</rss>

