This commit is contained in:
Azgaar 2019-10-01 15:17:29 +03:00 committed by GitHub
parent 38abc74c11
commit 4284f98824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ function editHeightmap() {
} else if (type === "risk") {
terrs.attr("mask", null);
defs.selectAll("#land, #water").selectAll("path").remove();
viewbox.selectAll("#coastline *, #lakes *, #oceanLayers path").remove();
viewbox.selectAll("#coastline path, #lakes path, #oceanLayers path").remove();
changeOnlyLand.checked = false;
}
@ -1187,4 +1187,4 @@ function getHeight(h) {
}
}
}
}