SpecialViz: Remove obsolete layer parameter from Minimap
This commit is contained in:
parent
2c773e3ea9
commit
d14b699389
1 changed files with 1 additions and 2 deletions
|
@ -33,9 +33,8 @@ export class MinimapViz implements SpecialVisualization {
|
||||||
tagSource: UIEventSource<Record<string, string>>,
|
tagSource: UIEventSource<Record<string, string>>,
|
||||||
args: string[],
|
args: string[],
|
||||||
feature: Feature,
|
feature: Feature,
|
||||||
layer: LayerConfig
|
|
||||||
) {
|
) {
|
||||||
if (state === undefined || feature === undefined || layer.source === undefined) {
|
if (state === undefined || feature === undefined) {
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
const keys = [...args]
|
const keys = [...args]
|
||||||
|
|
Loading…
Reference in a new issue