feat: redo draw state labels algo

This commit is contained in:
Azgaar 2024-10-19 13:22:48 +02:00
parent 0f1bfeec29
commit 9c393f73b9
5 changed files with 142 additions and 131 deletions

View file

@ -106,10 +106,10 @@ coastline.append("g").attr("id", "lake_island");
terrs.append("g").attr("id", "oceanHeights");
terrs.append("g").attr("id", "landHeights");
let burgLabels = labels.append("g").attr("id", "burgLabels");
labels.append("g").attr("id", "states");
labels.append("g").attr("id", "addedLabels");
let burgLabels = labels.append("g").attr("id", "burgLabels");
burgIcons.append("g").attr("id", "cities");
burgLabels.append("g").attr("id", "cities");
anchors.append("g").attr("id", "cities");