Validation warning

This commit is contained in:
Pieter Vander Vennet 2023-11-12 15:30:20 +01:00
parent a7599f6d7f
commit a92c7467e6

View file

@ -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)) {