Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load a local ArcGIS terrain service with ArcGISTiledElevationTerrainProvider results in an infinite loop #12040

Open
Lauxb opened this issue Jun 19, 2024 · 2 comments

Comments

@Lauxb
Copy link

Lauxb commented Jun 19, 2024

Test service URL: https://tiles.arcgis.com/tiles/x4FTL2qeUzHiZgFr/arcgis/rest/services/Test_Elevation_Tile_Map/ImageServer
Test service description: The original data is in TIF format with a 3857 coordinate system, using the ArcGIS Online/Bing Maps/Google Maps tiling scheme, with LOD levels 0-16.
ArcGIS Loading Verification: Can be loaded and displayed normally in ArcGIS.As shown in the figure below:
image

Cesium Test example: https://sandcastle.cesium.com/?src=ArcGIS%20Tiled%20Elevation%20Terrain.html
image

My issue is the same as described in this link. By tracing the source code, it enters an infinite loop at this point.And I have also submitted this issue on forum.
image

image

image

Any response would be greatly appreciated. 💓

Lauxb

@ggetz
Copy link
Contributor

ggetz commented Jul 1, 2024

Thanks for the report @Lauxb! I can reproduce the issue as well.

@ljingxiong
Copy link

hi! has this issue been resolved? I’m facing the same problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment