| 1 | import { FGBLayer } from '../../../src/mapboxgl/overlay/FGBLayer'; |
| 2 | import mapboxgl from 'mapbox-gl'; |
| 3 | var url = GlobeParameter.ChinaURL + '/zxyTileImage.png?z={z}&x={x}&y={y}'; |
| 4 | var fgbUrl = 'base/resources/data/capitals_data20.fgb'; |
nothing calls this directly
no test coverage detected