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