Use checkbox-tree library

This commit is contained in:
2026-07-11 21:28:36 -05:00
parent 1372bbc074
commit 9f8ce9b215
5 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { yardGeoJSON } from "./data/yard.js";
import { CheckboxTree } from "./lib/checkbox-tree/checkbox-tree.js";
import { CheckboxTree } from "../vendor/checkbox-tree/checkbox-tree.js";
import { resolveFeatureLinks, resolveFeatureStyle } from "./lib/feature-types.js";
const TILE_MAX_NATIVE_ZOOM = 19;