SpecialViz: Remove obsolete layer parameter from Minimap

This commit is contained in:
Pieter Vander Vennet 2024-01-16 04:14:55 +01:00
parent 2c773e3ea9
commit d14b699389

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]