Using checkbox tree control
This commit is contained in:
+5
-1
@@ -5,6 +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="./styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -17,7 +18,10 @@
|
||||
a variety of trees, shrubs, and flowers. There are many varieties of
|
||||
daylilies.
|
||||
</p>
|
||||
<div class="legend" id="legend"></div>
|
||||
<section class="visibility-panel" aria-labelledby="visibility-title">
|
||||
<h2 id="visibility-title">Map features</h2>
|
||||
<div id="visibility-tree"></div>
|
||||
</section>
|
||||
</aside>
|
||||
<main>
|
||||
<div id="map" aria-label="Map of yard"></div>
|
||||
|
||||
Reference in New Issue
Block a user