MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getScene

Function getScene

src/common/mapping/utils/L7LayerUtil.js:1482–1488  ·  view source on GitHub ↗

* 获取scene * @param map

(map)

Source from the content-addressed store, hash-verified

1480 * @param map
1481 */
1482 async function getScene(map) {
1483 return new Promise((resolve) => {
1484 map.getL7Scene().then((s) => {
1485 resolve(s);
1486 });
1487 });
1488 }
1489
1490 /**
1491 * 利用图片信息生成ImageData

Callers 1

addL7LayersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected