diff --git a/legend/BLM.png b/legend/BLM.png new file mode 100644 index 0000000..eb79f71 Binary files /dev/null and b/legend/BLM.png differ diff --git a/legend/county.png b/legend/county.png new file mode 100644 index 0000000..ed4c475 Binary files /dev/null and b/legend/county.png differ diff --git a/legend/forest-service.png b/legend/forest-service.png new file mode 100644 index 0000000..3b3fb49 Binary files /dev/null and b/legend/forest-service.png differ diff --git a/legend/legend.css b/legend/legend.css new file mode 100644 index 0000000..907cba2 --- /dev/null +++ b/legend/legend.css @@ -0,0 +1,28 @@ +.legend { + width: 10%; + border: 1px solid black; + padding-left: 5px; + border-collapse: collapse; +} + +.legend th, td { + border: 1px solid black; + padding: 5px; + border-collapse: collapse; +} + +.symbol { + text-align: center; +} + +.column-name { + border: 1px solid black; + padding-left: 5px; + border-collapse: collapse; +} + +.column-features { + border: 1px solid black; + padding-left: 5px; + border-collapse: collapse; +} \ No newline at end of file diff --git a/legend/legend.html b/legend/legend.html new file mode 100644 index 0000000..5eb0753 --- /dev/null +++ b/legend/legend.html @@ -0,0 +1,44 @@ + + +
+| Feature | +Symbol | +
|---|---|
| Bureau of Land Management | ![]() |
+
| Forest Service | ![]() |
+
| National Park Service | ![]() |
+
| Military | ![]() |
+
| Other Federal | ![]() |
+
| State | ![]() |
+
| County | ![]() |
+
| Local | ![]() |
+