| 1 | import {WebSymbol} from '../../../../src/maplibregl/overlay/symbol/WebSymbol'; |
| 2 | import maplibregl from 'maplibre-gl'; |
| 3 | var url = GlobeParameter.ChinaURL + '/zxyTileImage.png?z={z}&x={x}&y={y}'; |
| 4 | describe('maplibregl_WebSymbol', () => { |
nothing calls this directly
no test coverage detected