| 1 | import mapboxgl from 'mapbox-gl'; |
| 2 | import '../../libs/deck.gl/5.1.3/deck.gl'; |
| 3 | import {Point} from '../../../src/common/commontypes/geometry/Point'; |
| 4 | import {LineString} from '../../../src/common/commontypes/geometry/LineString'; |
nothing calls this directly
no test coverage detected