mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
fix: regenerate burgs to re-render layers
This commit is contained in:
parent
50c6c56461
commit
b142df8f0a
5 changed files with 8 additions and 2 deletions
|
|
@ -444,6 +444,9 @@ function regenerateBurgs() {
|
|||
BurgsAndStates.defineBurgFeatures();
|
||||
regenerateRoutes();
|
||||
|
||||
drawBurgIcons();
|
||||
drawBurgLabels();
|
||||
|
||||
// remove emblems
|
||||
document.querySelectorAll("[id^=burgCOA]").forEach(el => el.remove());
|
||||
emblems.selectAll("use").remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue