Browse Source

improve the add terrain #126

tags/2.16.2
Caven Chen 3 years ago
parent
commit
2cf2decbd7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/viewer/Viewer.js

+ 1
- 0
modules/viewer/Viewer.js View File

@@ -365,6 +365,7 @@ class Viewer {
new Cesium.ProviderViewModel({
name: options.name || '地形',
tooltip: options.tooltip || '地形',
iconUrl: '',
creationFunction: () => {
return terrain
}

Loading…
Cancel
Save