remove border style attr on load

This commit is contained in:
Azgaar 2021-07-30 20:23:37 +03:00
parent fe63206b35
commit a3d6050ec7

View file

@ -736,9 +736,10 @@ function parseLoadedData(data) {
} }
} }
if (version < 1.651) { if (version < 1.652) {
// remove style to unhide river layer // remove style to unhide layers
rivers.attr("style", null); rivers.attr("style", null);
borders.attr("style", null);
} }
})(); })();