| 1 | import { VideoMap } from '../../../src/mapboxgl/mapping/VideoMap'; |
| 2 | import mapboxgl from 'mapbox-gl'; |
| 3 | import mbglmap, { revertCRS } from '../../tool/mock_mapboxgl_map'; |
| 4 | var videoUrl = 'base/resources/data/test.mp4'; |
nothing calls this directly
no test coverage detected