Fix: add the minimap again
This commit is contained in:
parent
499ad85f1e
commit
e83b8cb191
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
throw "The 'minimap'-builtin tagrendering is not defined. As such, it cannot be added automatically"
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
layerConfig.tagRenderings.push()
|
layerConfig.tagRenderings.push(minimap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue