SpecialViz: Remove obsolete layer parameter from Minimap

This commit is contained in:
Pieter Vander Vennet 2024-01-16 04:14:55 +01:00
parent c298e16f02
commit a70336ee16

View file

@ -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]