We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use Google Photorealistic 3D Tiles, I need to set globe: false (recommended by the official doc).
globe: false
I want to show a route (gpx file), so I import the file with GpxDataSource :
viewer.dataSources.add(Cesium.GpxDataSource.load('track.gpx', { clampToGround: true, trackColor: Cesium.Color.YELLOW, })).then(function (dataSource) { viewer.zoomTo(dataSource.entities); });
I encounter two bugs:
zoomTo()
No response
Browser: Chrome 120.0.6099.234 CesiumJS Version: 1.113 Operating System: macOS 14
The text was updated successfully, but these errors were encountered:
Hi @TheFullUpload, I belive this is a duplicate of #7044, and is being addressed with #11604.
Sorry, something went wrong.
No branches or pull requests
What happened?
When I use Google Photorealistic 3D Tiles, I need to set
globe: false
(recommended by the official doc).I want to show a route (gpx file), so I import the file with GpxDataSource :
I encounter two bugs:
zoomTo()
function don't work (nothing is happening)Reproduction steps
Sandcastle example
No response
Environment
Browser: Chrome 120.0.6099.234
CesiumJS Version: 1.113
Operating System: macOS 14
The text was updated successfully, but these errors were encountered: