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
add method getLayerGroup
tags/2.7.0
Caven Chen
4 years ago
parent
3cba9d4970
commit
0ff5d2545b
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
modules/viewer/Viewer.js
+ 9
- 0
modules/viewer/Viewer.js
View File
@@ -414,6 +414,15 @@ class Viewer {
return this
}
/**
*
* @param id
* @returns {undefined}
*/
getLayerGroup(id) {
return this._layerGroupCache[id] || undefined
}
/**
* add a layer
* @param layer
Write
Preview
Loading…
Cancel
Save