forked from MapComplete/MapComplete
Validation warning
This commit is contained in:
parent
a7599f6d7f
commit
a92c7467e6
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ export class PrevalidateLayer extends DesugaringStep<LayerConfigJson> {
|
|||
}
|
||||
|
||||
if (!(json.pointRendering?.length > 0)) {
|
||||
context.enter("pointRendering").err("There are no pointRenderings at all")
|
||||
context.enter("pointRendering").err("There are no pointRenderings at all...")
|
||||
}
|
||||
if (json.presets?.length > 0) {
|
||||
if (!(json.pointRendering?.length > 0)) {
|
||||
|
|
Loading…
Reference in a new issue