Ver código fonte

improve the add terrain #126

tags/2.16.2
Caven Chen 3 anos atrás
pai
commit
2cf2decbd7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      modules/viewer/Viewer.js

+ 1
- 0
modules/viewer/Viewer.js Ver arquivo

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

Carregando…
Cancelar
Salvar