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 @@ + + + + Public Lands Map Legend - Gaia GPS + + + + + +

Public Lands Legend

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureSymbol
Bureau of Land Managementred fill
Forest Servicegreen fill
National Park Servicebrown fill
Militarymedium blue fill
Other Federalpurple fill
Statepink fill
Countyyellow fill
Locallighter blue fill
+ + diff --git a/legend/local.png b/legend/local.png new file mode 100644 index 0000000..341fbfc Binary files /dev/null and b/legend/local.png differ diff --git a/legend/military.png b/legend/military.png new file mode 100644 index 0000000..b50dfb0 Binary files /dev/null and b/legend/military.png differ diff --git a/legend/other-fed.png b/legend/other-fed.png new file mode 100644 index 0000000..281da7c Binary files /dev/null and b/legend/other-fed.png differ diff --git a/legend/park-service.png b/legend/park-service.png new file mode 100644 index 0000000..0f56d98 Binary files /dev/null and b/legend/park-service.png differ diff --git a/legend/state.png b/legend/state.png new file mode 100644 index 0000000..58b9aa6 Binary files /dev/null and b/legend/state.png differ