From 7900e2ecb6d6f5540c9bfb82c3cd985c93c48284 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 30 Apr 2024 19:30:25 +0200 Subject: [PATCH] fix: heightmap - clean heightmap global filter and opacity --- modules/dynamic/auto-update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/dynamic/auto-update.js b/modules/dynamic/auto-update.js index 85f623f9..9e83696f 100644 --- a/modules/dynamic/auto-update.js +++ b/modules/dynamic/auto-update.js @@ -752,6 +752,8 @@ export function resolveVersionConflicts(version) { const curve = curveTypes[terrs.attr("curve")] || "curveBasisClosed"; terrs + .attr("opacity", null) + .attr("filter", null) .attr("mask", null) .attr("scheme", null) .attr("terracing", null)