feat: integrate label generation into main flow and enhance label data handling

This commit is contained in:
StempunkDev 2026-02-11 22:01:57 +01:00
parent c467f87df5
commit 94b638f3cb
4 changed files with 219 additions and 104 deletions

View file

@ -650,6 +650,8 @@ async function generate(options) {
Provinces.generate();
Provinces.getPoles();
Labels.generate();
Rivers.specify();
Lakes.defineNames();