egovamap 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/egovamap/egovaBI.js +7 -0
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -1275,6 +1275,13 @@ var egovaBI = function(globeMap, gisMap, mapType){
|
|
|
1275
1275
|
}
|
|
1276
1276
|
return list;
|
|
1277
1277
|
}
|
|
1278
|
+
|
|
1279
|
+
//设置地下模式悟空
|
|
1280
|
+
this.SetTerrainAlpha = function(alpha) {
|
|
1281
|
+
if (globeMap != null) {
|
|
1282
|
+
globeMap.onUndergroundModel(alpha);
|
|
1283
|
+
}
|
|
1284
|
+
};
|
|
1278
1285
|
}
|
|
1279
1286
|
|
|
1280
1287
|
|