feat: start

This commit is contained in:
Azgaar 2024-09-26 02:32:09 +02:00
parent 84c326e347
commit 2efe9be3a4
5 changed files with 63 additions and 41 deletions

View file

@ -964,5 +964,8 @@ export function resolveVersionConflicts(mapVersion) {
defs.select("#water").selectAll("path, use").remove();
viewbox.select("#coastline").selectAll("path, use").remove();
drawFeatures();
// v1.106.0 change burg groups and added customizable icons
icons.selectAll("circle, use").remove();
}
}