From 4284f988242cdf448d6d9a2e9e81399ad7013864 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 1 Oct 2019 15:17:29 +0300 Subject: [PATCH] v1.1.08 --- modules/ui/heightmap-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/heightmap-editor.js b/modules/ui/heightmap-editor.js index c9fe62a5..62295ed4 100644 --- a/modules/ui/heightmap-editor.js +++ b/modules/ui/heightmap-editor.js @@ -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) { } } -} \ No newline at end of file +}