fix: routes - remove style on top level

This commit is contained in:
Azgaar 2024-08-15 17:17:49 +02:00
parent a051698657
commit b189f25655

View file

@ -863,6 +863,8 @@ export function resolveVersionConflicts(version) {
if (version < 1.99) {
// v1.99.00 changed routes generation algorithm and data format
routes.attr("display", null).attr("style", null);
delete cells.road;
delete cells.crossroad;