Fix linting and typechecking errors

This commit is contained in:
Olivier Guyot
2022-03-16 22:05:24 +01:00
parent a2ba7ecaa7
commit 7e9c620914
12 changed files with 160 additions and 127 deletions

View File

@@ -8,12 +8,6 @@ import VectorSource from '../../../../../../src/ol/source/Vector.js';
import View from '../../../../../../src/ol/View.js';
import WebGLLayerRenderer from '../../../../../../src/ol/renderer/webgl/Layer.js';
import {getUid} from '../../../../../../src/ol/util.js';
import {
colorDecodeId,
colorEncodeId,
getBlankImageData,
writePointFeatureToBuffers,
} from '../../../../../../src/ol/render/webgl/utils.js';
describe('ol/renderer/webgl/Layer', function () {
describe('constructor', function () {