(L7Scene, L7Map, map)
| 1 | export 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 | } |
no test coverage detected