This commit is contained in:
Azgaar 2024-09-21 00:33:24 +02:00
parent e9113730b9
commit 18b9f604e9
4 changed files with 8 additions and 3 deletions

View file

@ -956,4 +956,9 @@ export function resolveVersionConflicts(mapVersion) {
const featurePaths = defs.select("#featurePaths");
if (!featurePaths.size()) defs.append("g").attr("id", "featurePaths");
}
if (isOlderThan("1.105.0")) {
// v1.104.0 introduced some bugs
viewbox.select("#regions").style("display", null);
}
}