This commit is contained in:
GoteGuru 2022-04-06 22:05:18 +00:00
parent c34193c64d
commit dba158bc3c

View file

@ -84,7 +84,7 @@ const generateSubmap = debounce(async function () {
moveAllBurgsToGroup('towns', groupName);
changeRadius(oldScale * 0.8, groupName);
changeFontSize(svg.select(`#labels #${groupName}`), oldScale*2);
invoceActiveZooming();
invokeActiveZooming();
}
} catch (error) {
generateSubmapErrorHandler(error, oldstate, projection, options);