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