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

Function getL7Scene

src/common/overlay/l7/util.js:1–12  ·  view source on GitHub ↗
(L7Scene, L7Map, map)

Source from the content-addressed store, hash-verified

1export function getL7Scene(L7Scene, L7Map, map) {
2 if (!map) {
3 return null;
4 }
5 return new L7Scene({
6 id: map.getContainer().id,
7 pickBufferScale: 1.0,
8 map: new L7Map({
9 mapInstance: map
10 })
11 });
12}

Callers 4

onAddMethod · 0.90
L7Layer.jsFile · 0.90
onAddMethod · 0.90
L7Layer.jsFile · 0.90

Calls 1

getContainerMethod · 0.45

Tested by

no test coverage detected