From b73557d624c445c56dd322884410cf3b310a5f54 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Tue, 3 Feb 2026 16:46:19 +0100 Subject: [PATCH] fix: include ice generation in resampling process (#1302) * feat: include ice generation in resampling process * chore: update version to 1.112.1 in versioning.js and resample.js script reference --- public/modules/resample.js | 1 + public/versioning.js | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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); diff --git a/public/versioning.js b/public/versioning.js index fc81870d..fd2a67a2 100644 --- a/public/versioning.js +++ b/public/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.112.0"; +const VERSION = "1.112.1"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); { diff --git a/src/index.html b/src/index.html index 98549419..cc360142 100644 --- a/src/index.html +++ b/src/index.html @@ -8499,7 +8499,7 @@ - +