Remove duplicate type definition for style
This commit is contained in:
@@ -74,10 +74,7 @@ class WebGLPointsLayer extends Layer {
|
||||
* @private
|
||||
* @type {import('../webgl/ShaderBuilder.js').StyleParseResult}
|
||||
*/
|
||||
this.parseResult_ = parseSymbolStyle(
|
||||
/** @type {import('../style/LiteralStyle.js').LiteralStyle} */
|
||||
(options.style).symbol
|
||||
);
|
||||
this.parseResult_ = parseSymbolStyle(options.style.symbol);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user