Skip to content

Commit

Permalink
Merge pull request #12259 from CesiumGS/update-jp-terrain-sandcastle
Browse files Browse the repository at this point in the history
Update Japan Buildings sandcastle to use Japan Regional Terrain
  • Loading branch information
jjspace authored Oct 23, 2024
2 parents 0e9a425 + 6502c91 commit bb40a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Apps/Sandcastle/gallery/Japan Buildings.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
//Sandcastle_Begin

const viewer = new Cesium.Viewer("cesiumContainer", {
terrain: Cesium.Terrain.fromWorldTerrain(),
// Load Japan Regional Terrain
terrainProvider: await Cesium.CesiumTerrainProvider.fromIonAssetId(2767062),
baseLayerPicker: false,
sceneModePicker: false,
animation: false,
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
##### Additions :tada:

- Added `ScreenSpaceCameraController.maximumTiltAngle` to limit how much the camera can tilt. [#12169](https://github.com/CesiumGS/cesium/pull/12169)
- Update Japan Buildings sandcastle to use Japan Regional Terrain [#12259](https://github.com/CesiumGS/cesium/pull/12259)

##### Fixes :wrench:

Expand Down

0 comments on commit bb40a85

Please sign in to comment.