Skip to content

Commit

Permalink
Disable terrain by default
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 3, 2022
1 parent e67a1e1 commit fe1c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localtileserver/tileserver/static/js/cesium.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ viewer = new Cesium.Viewer('cesiumContainer', {
geocoder: false,
fullscreenButton: false,
selectionIndicator: false,
terrainProvider: Cesium.Ion.defaultAccessToken ? Cesium.createWorldTerrain() : undefined,
terrainProvider: undefined, //Cesium.Ion.defaultAccessToken ? Cesium.createWorldTerrain() : undefined,
navigationInstructionsInitiallyVisible: false,
});
viewer.scene.fog.enabled = false;
Expand Down

0 comments on commit fe1c210

Please sign in to comment.