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

[Bug]Tile3DLayer example is broken #7550

Closed
6 tasks
Piaotian opened this issue Jan 3, 2023 · 7 comments
Closed
6 tasks

[Bug]Tile3DLayer example is broken #7550

Piaotian opened this issue Jan 3, 2023 · 7 comments
Assignees
Labels

Comments

@Piaotian
Copy link

Piaotian commented Jan 3, 2023

Description

Tile3DLayer example is broken. This link https://deck.gl/examples/tile-3d-layer/ is not rendering the 3d tile.

Flavors

  • React
  • Python/Jupyter notebook
  • MapboxLayer
  • GoogleMapsOverlay
  • CartoLayer
  • DeckLayer/DeckRenderer for ArcGIS

Expected Behavior

No response

Steps to Reproduce

Go to this link https://deck.gl/examples/tile-3d-layer/, it is not rendering the 3d tile.
I also can't render 3d tile from cesium ION in my code.

Environment

  • Framework version:8.8.21
  • Browser: Chrome

Logs

No response

@Piaotian Piaotian added the bug label Jan 3, 2023
@Piaotian Piaotian changed the title [Bug] [Bug]Tile3DLayer example is broken Jan 3, 2023
@ibgreen
Copy link
Collaborator

ibgreen commented Jan 3, 2023

@belom88 @dryabinin-actionengine

@mmasry
Copy link

mmasry commented Jan 3, 2023

I'm having the same issue. I get a Failed to load resource: A server with the specified hostname could not be found error when attempting to access an asset using the URL https://assets.cesium.com/{asset id}/tileset.json

@kauly
Copy link

kauly commented Jan 4, 2023

Same here, CORS error. I found out that the bearer token is different in the request header.

@kauly
Copy link

kauly commented Jan 4, 2023

Seems to be a problem with loaders.gl

visgl/loaders.gl#2309

@mmasry
Copy link

mmasry commented Jan 4, 2023

I tried changing the asset URL to https://assets.ion.cesium.com/{asset id}/tileset.json and my tile sets now seem to load.

Though apparently using assets.* URLs directly isn't the Cesium best practice per this thread

@kauly
Copy link

kauly commented Jan 4, 2023

tks @mmasry that solved the problem here too

@Pessimistress
Copy link
Collaborator

Thanks for reporting. The website has been fixed by using the new Cesium server url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants