diff --git a/modules/load.js b/modules/load.js index d29bd302..b6ceaf98 100644 --- a/modules/load.js +++ b/modules/load.js @@ -736,9 +736,10 @@ function parseLoadedData(data) { } } - if (version < 1.651) { - // remove style to unhide river layer + if (version < 1.652) { + // remove style to unhide layers rivers.attr("style", null); + borders.attr("style", null); } })();