forked from MapComplete/MapComplete
Fix: facade gardens: restore forgottne rendering
This commit is contained in:
parent
daf6956f9d
commit
f8fa1841e4
4 changed files with 86 additions and 10 deletions
|
@ -1062,6 +1062,9 @@ export class PrevalidateLayer extends DesugaringStep<LayerConfigJson> {
|
|||
)
|
||||
}
|
||||
|
||||
if (!(json.pointRendering?.length > 0)) {
|
||||
context.enter("pointRendering").err("There are no pointRenderings at all")
|
||||
}
|
||||
if (json.presets?.length > 0) {
|
||||
if (!(json.pointRendering?.length > 0)) {
|
||||
context.enter("presets").warn("A preset is defined, but there is no pointRendering")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue