Add intersection function

This commit is contained in:
Pieter Vander Vennet 2021-12-19 02:11:22 +01:00
parent be9784e047
commit 99a38f2b10
5 changed files with 75 additions and 8 deletions

View file

@ -88,6 +88,7 @@ class LayerOverviewUtils {
return errorCount
}
main(args: string[]) {
AllKnownLayers.runningGenerateScript = true;
@ -211,6 +212,8 @@ class LayerOverviewUtils {
// We load again from disc, as modifications were made above
const lt = this.loadThemesAndLayers();
this.writeFiles(lt);
} else {
const errors = layerErrorCount.concat(themeErrorCount).join("\n")