diff --git a/public/modules/ui/tools.js b/public/modules/ui/tools.js index eade993f..b4734c4b 100644 --- a/public/modules/ui/tools.js +++ b/public/modules/ui/tools.js @@ -77,6 +77,7 @@ toolsContent.addEventListener("click", function (event) { function processFeatureRegeneration(event, button) { if (button === "regenerateStateLabels") { $("#labels").fadeIn(); + Labels.generateStateLabels(); drawStateLabels(); } else if (button === "regenerateReliefIcons") { drawReliefIcons();