Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2024
1 parent d0f4320 commit 85fab1b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions examples/examples/elevationProfile/elevationProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,10 @@
attribution: `Digital Elevation swissALTI3D ©swisstopo`,
});

var highResTerrain = new RgbTerrain(null, {
maxZoom: 17,
url: "https://{s}.terrain.openglobus.org/all/{z}/{x}/{y}.png",
plainGridSize: 128,
gridSizeByZoom: [
64, 32, 16, 8, 8, 8, 8, 16, 16, 16, 16, 16, 32, 32, 32, 64, 64, 64, 64, 32, 16, 8
]
});

const globus = new Globe({
target: "earth",
name: "Earth",
terrain: highResTerrain,
terrain: new GlobusRgbTerrain(),
layers: [new Bing(), st],
atmosphereEnabled: true,
resourcesSrc: "../../external/og/lib/@openglobus/res",
Expand Down

0 comments on commit 85fab1b

Please sign in to comment.