| 1 | import mapboxgl from 'mapbox-gl'; |
| 2 | import mbglmap, { CRS, proj4, revertCRS } from '../../tool/mock_mapboxgl_map'; |
| 3 | import { WebMap } from '../../../src/mapboxgl/mapping/WebMap'; |
| 4 | import * as MapManagerUtil from '../../../src/mapboxgl/mapping/webmap/MapManager'; |
nothing calls this directly
no test coverage detected