Fix: add the minimap again

This commit is contained in:
Pieter Vander Vennet 2023-05-18 23:37:44 +02:00
parent 499ad85f1e
commit e83b8cb191

View file

@ -1169,7 +1169,7 @@ export class AddMiniMap extends DesugaringStep<LayerConfigJson> {
throw "The 'minimap'-builtin tagrendering is not defined. As such, it cannot be added automatically"
}
}else{
layerConfig.tagRenderings.push()
layerConfig.tagRenderings.push(minimap)
}
}