| 1 | import { VideoLayer } from '../../../src/mapboxgl/overlay/VideoLayer'; |
| 2 | import mapboxgl from 'mapbox-gl'; |
| 3 | import mbglmap, { revertCRS } from '../../tool/mock_mapboxgl_map'; |
| 4 | var url = GlobeParameter.ChinaURL + '/zxyTileImage.png?z={z}&x={x}&y={y}'; |
nothing calls this directly
no test coverage detected