| 1 | import { HeatMapLayer } from '../../../src/maplibregl/overlay/HeatMapLayer'; |
| 2 | import {Bounds} from '../../../src/common/commontypes/Bounds'; |
| 3 | import {LonLat} from '../../../src/common/commontypes/LonLat'; |
| 4 | import maplibregl from 'maplibre-gl'; |
nothing calls this directly
no test coverage detected