We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01444a3 commit 9ecb7b4Copy full SHA for 9ecb7b4
modules/geo-layers/src/terrain-layer/terrain-layer.js
@@ -110,6 +110,7 @@ export default class TerrainLayer extends CompositeLayer {
110
loadOptions = {
111
...loadOptions,
112
terrain: {
113
+ skirtHeight: this.state.isTiled ? meshMaxError * 2 : 0,
114
...loadOptions?.terrain,
115
bounds,
116
meshMaxError,
0 commit comments