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
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>A Plot of Plants</title>
<link rel="stylesheet" href="./vendor/leaflet/leaflet.css" />
<link rel="stylesheet" href="./src/lib/checkbox-tree/checkbox-tree.css" />
<link rel="stylesheet" href="./vendor/checkbox-tree/checkbox-tree.css" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
+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;
+5
View File
@@ -0,0 +1,5 @@
# Checkbox Tree runtime snapshot
Vendored from `@aaronaxvig/checkbox-tree` version `0.1.0` while
`git.axvig.com` is unavailable. Do not edit these runtime files directly; update
the canonical `checkbox-tree` repository and refresh this snapshot.