From 83c552d0670cbdb9ccf99d65ab48fc5ac4603dc1 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 1 May 2024 17:36:09 +0200 Subject: [PATCH] fix: heightmap - clean heightmap global filter and opacity --- modules/dynamic/auto-update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dynamic/auto-update.js b/modules/dynamic/auto-update.js index 9e83696f..c864cec5 100644 --- a/modules/dynamic/auto-update.js +++ b/modules/dynamic/auto-update.js @@ -772,6 +772,7 @@ export function resolveVersionConflicts(version) { .attr("skip", 0) .attr("relax", 1) .attr("curve", curve); + terrs .append("g") .attr("id", "landHeights")