From 5ef3b9158961e01761d4f61486a6cd965d69c269 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Mon, 2 Feb 2026 15:00:25 +0100 Subject: [PATCH] feat: include ice generation in resampling process --- public/modules/resample.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/modules/resample.js b/public/modules/resample.js index 819214b1..b64dde1f 100644 --- a/public/modules/resample.js +++ b/public/modules/resample.js @@ -28,6 +28,7 @@ window.Resample = (function () { reGraph(); Features.markupPack(); + Ice.generate() createDefaultRuler(); restoreCellData(parentMap, inverse, scale);