| 1 | import mapboxgl from 'mapbox-gl'; |
| 2 | import mbglmap, { revertCRS } from '../../tool/mock_mapboxgl_map'; |
| 3 | import * as L7 from '../../../src/mapboxgl/overlay/L7/l7-render'; |
| 4 | import * as mockL7 from '../../tool/mock_l7'; |
nothing calls this directly
no test coverage detected