Trending

#sceneview

Latest posts tagged with #sceneview on Bluesky

Latest Top
Trending

Posts tagged #sceneview

Kotlin SDK Scene grid support support Hi Esri Community, I'm using the ArcGIS Maps SDK for Kotlin (v200.8) with the Composable SceneView from the Toolkit. The MapView Composable has a grid parameter for displaying coordinate grids, but the SceneView Composable doesn't seem to have this parameter.     // MapView - Has grid parameter   M...

#sceneview #composable

0 0 0 0
The tiling scheme of a WMTS layer is incompatible with the tiling scheme of the surface I want to add a WMTS layer to a SceneView, but I encounter the following error when adding the layer to the map. Can anyone assist me? "The tiling scheme of this layer is incompatible with the tiling scheme of the surface"const wmtsLayer = new WMTSLayer({ url: "http://localhost:8080/geoserve...

#sceneview #wmts

0 0 0 0
Incorporating a WMTS layer from Geoserver into a SceneView. I have a WMTS layer from GeoServer that has been successfully added to a MapView and works correctly. However, when I try to add this layer to the SceneView, it does not appear. Can anyone help me? require([ "esri/Map", "esri/views/MapView", "esri/layers/WMTSLayer", "esri/ge...

#sceneview #wmts

0 0 0 0