Use checkbox-tree library
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>A Plot of Plants</title>
|
<title>A Plot of Plants</title>
|
||||||
<link rel="stylesheet" href="./vendor/leaflet/leaflet.css" />
|
<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" />
|
<link rel="stylesheet" href="./styles.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import { yardGeoJSON } from "./data/yard.js";
|
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";
|
import { resolveFeatureLinks, resolveFeatureStyle } from "./lib/feature-types.js";
|
||||||
|
|
||||||
const TILE_MAX_NATIVE_ZOOM = 19;
|
const TILE_MAX_NATIVE_ZOOM = 19;
|
||||||
|
|||||||
Vendored
+5
@@ -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.
|
||||||
Reference in New Issue
Block a user