| 1 | import mapboxgl from 'mapbox-gl'; |
| 2 | import mbglmap, { revertCRS }from '../../tool/mock_mapboxgl_map'; |
| 3 | import { initMap } from '../../../src/mapboxgl/mapping/InitMap'; |
| 4 | import { FetchRequest } from '../../../src/common/util/FetchRequest'; |
nothing calls this directly
no test coverage detected