<?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: 3D Tiles in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1292487#M81245</link>
    <description>&lt;P&gt;Hi Bernd,&lt;BR /&gt;&lt;BR /&gt;thanks for reaching out on this topic.&lt;BR /&gt;&lt;BR /&gt;Not yet but we are actively looking into it. It is indeed an interesting opportunity to move forward - supporting our customers to benefit from globally available mesh content through our platform.&lt;BR /&gt;&lt;BR /&gt;To further discuss your interest and requirements please reach out to &lt;A title="https://community.esri.com/t5/user/viewprofilepage/user-id/498466" href="https://community.esri.com/t5/user/viewprofilepage/user-id/498466" target="_blank" rel="noreferrer noopener"&gt;Andreas Lippold&lt;/A&gt;, our product manager on this topic.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Veronika&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 10:54:21 GMT</pubDate>
    <dc:creator>VeronikaLanders</dc:creator>
    <dc:date>2023-05-24T10:54:21Z</dc:date>
    <item>
      <title>3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1289968#M81185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a possibility to embed&amp;nbsp;&lt;A href="https://developers.google.com/maps/documentation/tile/3d-tiles" target="_self"&gt;Google 3D-Tiles&lt;/A&gt;&amp;nbsp; using the ESRI JS SDK? Which layer type would we need to use? If there is none available, is there a way to write our own to integrate the 3D-Tiles, any tutorials available?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 06:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1289968#M81185</guid>
      <dc:creator>Bernd_Loigge</dc:creator>
      <dc:date>2023-05-17T06:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1291516#M81224</link>
      <description>&lt;P&gt;ESRI Team?&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 09:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1291516#M81224</guid>
      <dc:creator>Bernd_Loigge</dc:creator>
      <dc:date>2023-05-22T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1292487#M81245</link>
      <description>&lt;P&gt;Hi Bernd,&lt;BR /&gt;&lt;BR /&gt;thanks for reaching out on this topic.&lt;BR /&gt;&lt;BR /&gt;Not yet but we are actively looking into it. It is indeed an interesting opportunity to move forward - supporting our customers to benefit from globally available mesh content through our platform.&lt;BR /&gt;&lt;BR /&gt;To further discuss your interest and requirements please reach out to &lt;A title="https://community.esri.com/t5/user/viewprofilepage/user-id/498466" href="https://community.esri.com/t5/user/viewprofilepage/user-id/498466" target="_blank" rel="noreferrer noopener"&gt;Andreas Lippold&lt;/A&gt;, our product manager on this topic.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Veronika&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 10:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1292487#M81245</guid>
      <dc:creator>VeronikaLanders</dc:creator>
      <dc:date>2023-05-24T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1293221#M81261</link>
      <description>&lt;P&gt;This would be a great future in the SDK, the only thing that makes Google have better basemaps (in our case).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 18:57:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1293221#M81261</guid>
      <dc:creator>wolfvincent</dc:creator>
      <dc:date>2023-05-25T18:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1394085#M83937</link>
      <description>&lt;P&gt;It looks like this is now possible with JS API 4.29:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const layer = new IntegratedMesh3DTilesLayer({
  url: "https://tile.googleapis.com/v1/3dtiles/root.json",
  title: "Google tiles",
  customParameters: {
    // see https://developers.google.com/maps/documentation/tile/3d-tiles-overview
    "key": "YOUR API KEY"
  }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it looks like some tiles failed to load:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VictorBerchet_0-1710166954002.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97544iDA13C0BB2EDCDD4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VictorBerchet_0-1710166954002.png" alt="VictorBerchet_0-1710166954002.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1394085#M83937</guid>
      <dc:creator>VictorBerchet</dc:creator>
      <dc:date>2024-03-11T14:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397374#M84046</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The JavaScript Maps SDK supports loading integrated mesh 3D Tiles data as of &lt;A href="https://developers.arcgis.com/javascript/latest/release-notes/#3d-tiles-support" target="_self"&gt;version 4.29&lt;/A&gt;. We do not yet have official support for Google's&amp;nbsp;Photorealistic 3D Tiles but we are working on it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/21011"&gt;@VictorBerchet&lt;/a&gt;&amp;nbsp;Would you mind letting me know the location where you encountered this issue?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 16:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397374#M84046</guid>
      <dc:creator>dani</dc:creator>
      <dc:date>2024-03-18T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397391#M84048</link>
      <description>&lt;P&gt;The picture in my previous post is around Grenoble, France. At that time any location/zoom were affected but it started working again shortly after I posted.&lt;/P&gt;&lt;P&gt;My thought is that some caching get corrupted while I tested with an invalid API key.&lt;/P&gt;&lt;P&gt;Thanks for adding support, it looks really great!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 17:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397391#M84048</guid>
      <dc:creator>VictorBerchet</dc:creator>
      <dc:date>2024-03-18T17:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397455#M84050</link>
      <description>&lt;P&gt;This works perfect in my case, thanks for updating &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 18:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397455#M84050</guid>
      <dc:creator>wolfvincent</dc:creator>
      <dc:date>2024-03-18T18:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397822#M84059</link>
      <description>&lt;P&gt;I have a feature request for the&amp;nbsp;IntegratedMesh3DTilesLayer.&lt;/P&gt;&lt;P&gt;Everything works great but the altitude exaggeration (using &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-elevation-exaggerated/" target="_self"&gt;the documented method&lt;/A&gt;). My guess is that's because elevation is built-in the 3D tiles and the elevation layer is not actually used.&lt;/P&gt;&lt;P&gt;Is there any way to have altitude exaggeration with the&amp;nbsp;IntegratedMesh3DTilesLayer? (I have tried setting the parent property to the elevation layer but it does not seem to do anything).&lt;/P&gt;&lt;P&gt;Maybe there should be a field in &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-IntegratedMesh3DTilesLayer.html#elevationInfo" target="_self"&gt;elevationInfo&lt;/A&gt; for that?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1397822#M84059</guid>
      <dc:creator>VictorBerchet</dc:creator>
      <dc:date>2024-03-19T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419231#M84512</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;Apologies for the late response. You're right that elevation exaggeration is currently not supported with the IntegratedMesh3DTilesLayer, but I can make a note of your request in case it's something that can be added in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 12:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419231#M84512</guid>
      <dc:creator>dani</dc:creator>
      <dc:date>2024-05-06T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419261#M84513</link>
      <description>&lt;P&gt;Thanks for your answer&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/670180"&gt;@dani&lt;/a&gt;&amp;nbsp;- that would be awesome!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419261#M84513</guid>
      <dc:creator>VictorBerchet</dc:creator>
      <dc:date>2024-05-06T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419281#M84514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have tested the IntegratedMesh3DTilesLayers as well and in our opinion they are only usable if the altitude can be adjusted.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1419281#M84514</guid>
      <dc:creator>Bernd_Loigge</dc:creator>
      <dc:date>2024-05-06T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1477616#M84698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/427955"&gt;@Bernd_Loigge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to clarify, it is possible to adjust the absolute height offset of an IntegratedMesh3DTilesLayer using the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-IntegratedMesh3DTilesLayer.html#elevationInfo" target="_self"&gt;elevationInfo property&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Exaggerating the elevation, however, is not currently supported. If this is what you're hoping to do, maybe you could provide some example use cases of what you're trying to accomplish? That would help us for future prioritization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 13:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1477616#M84698</guid>
      <dc:creator>dani</dc:creator>
      <dc:date>2024-05-23T13:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Tiles</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1478169#M84708</link>
      <description>&lt;P&gt;I find the view to be more realistic with a 1.3x altitude exaggeration&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 05:26:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-tiles/m-p/1478169#M84708</guid>
      <dc:creator>VictorBerchet</dc:creator>
      <dc:date>2024-05-24T05:26:03Z</dc:date>
    </item>
  </channel>
</rss>

