Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added legend/BLM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/county.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/forest-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions legend/legend.css
Original file line number Diff line number Diff line change
@@ -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;
}
44 changes: 44 additions & 0 deletions legend/legend.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>Public Lands Map Legend - Gaia GPS</title>
<meta name="description" content="This is the legend for the public lands layer of Gaia GPS, a map designed for use on mobile devices.">
<meta name="keywords" content="Gaia GPS, outdoor maps, public lands, mobile maps">
<LINK href="legend.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Public Lands Legend</h1>
<table class="legend">
<tbody>
<tr>
<th class="column-name">Feature</th>
<th class="column-features">Symbol</th>
</tr>
<tr>
<td>Bureau of Land Management</td><td class="symbol"><img src="BLM.png" alt="red fill"></td>
</tr>
<tr>
<td>Forest Service</td><td class="symbol"><img src="forest-service.png" alt="green fill"></td>
</tr>
<tr>
<td>National Park Service</td><td class="symbol"><img src="park-service.png" alt="brown fill"></td>
</tr>
<tr>
<td>Military</td><td class="symbol"><img src="military.png" alt="medium blue fill"></td>
</tr>
<tr>
<td>Other Federal</td><td class="symbol"><img src="other-fed.png" alt="purple fill"></td>
</tr>
<tr>
<td>State</td><td class="symbol"><img src="state.png" alt="pink fill"></td>
</tr>
<tr>
<td>County</td><td class="symbol"><img src="county.png" alt="yellow fill"></td>
</tr>
<tr>
<td>Local</td><td class="symbol"><img src="local.png" alt="lighter blue fill"></td>
</tr>
</tbody>
</table>
</body>
</html>
Binary file added legend/local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/military.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/other-fed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/park-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added legend/state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.