| 1 | import mapboxgl from 'mapbox-gl'; |
| 2 | import { FetchRequest } from '../../../src/common/util/FetchRequest'; |
| 3 | import { createWebMapV3Extending } from '../../../src/common/mapping/WebMapV3'; |
| 4 | import { createMapClassExtending } from '../../../src/common/mapping/MapBase'; |
nothing calls this directly
no test coverage detected