| 1 | import {MeshPhongMaterial, Mesh, PointLight, BoxBufferGeometry} from 'three'; |
| 2 | import {ThreeLayer} from '../../../src/mapboxgl/overlay/ThreeLayer'; |
| 3 | import mapboxgl from 'mapbox-gl'; |
| 4 | import mbglmap, { revertCRS } from '../../tool/mock_mapboxgl_map'; |
nothing calls this directly
no test coverage detected