This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve the add terrain
#126
tags/2.16.2
Caven Chen
3 years ago
parent
c4a3c3a2f6
commit
2cf2decbd7
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
}
Write
Preview
Loading…
Cancel
Save