chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2024-09-02 12:48:15 +02:00
parent c10fecb7e8
commit f5d7686c98
234 changed files with 3493 additions and 2482 deletions

View file

@ -141,13 +141,9 @@ export class PrevalidateLayer extends DesugaringStep<LayerConfigJson> {
}
}
if(json.allowMove === undefined && json.source["geoJson"] === undefined){
if (json.allowMove === undefined && json.source["geoJson"] === undefined) {
if (!Constants.priviliged_layers.find((x) => x == json.id)) {
context.err(
"Layer " +
json.id +
" does not have an explicit 'allowMove'"
)
context.err("Layer " + json.id + " does not have an explicit 'allowMove'")
}
}