Revert "Ice Layer Data Model (#1262)"

This reverts commit e597d905eb.
This commit is contained in:
Azgaar 2026-01-22 17:50:23 +01:00 committed by GitHub
parent e597d905eb
commit 26259bd579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 118 additions and 402 deletions

View file

@ -555,7 +555,7 @@ function regenerateMilitary() {
function regenerateIce() {
if (!layerIsOn("toggleIce")) toggleIce();
Ice.generate();
ice.selectAll("*").remove();
drawIce();
}