-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into turf-buffer-admin-function
# Conflicts: # package.json
- Loading branch information
Showing
19 changed files
with
1,157 additions
and
2,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,94 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8 /> | ||
<title>DC Bike Infrastructure</title> | ||
|
||
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' /> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' /> | ||
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.4.0/mapbox.js'></script> | ||
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' /> | ||
<link href='styles.css' rel='stylesheet' /> | ||
<!-- ======= params ======= --> | ||
<meta charset=utf-8 /> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<title>WABA Bike Infrastructure Map Project</title> | ||
|
||
<!-- ======= mapbox ======= --> | ||
<link rel="stylesheet" href="https://www.mapbox.com/base/latest/base.css" /> | ||
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/v2.4.0/mapbox.css" /> | ||
|
||
<!-- ======= styles ======= --> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
|
||
<body> | ||
<div id='map'></div> | ||
<div class='pin-top fill-gray pad1'> | ||
Areas within | ||
<select name='distance' id='radius'> | ||
<option value='500' selected='selected'>500 feet</option> | ||
<option value='1000'>1000 feet</option> | ||
<option value='2500'>2500 feet</option> | ||
<option value='5280'>1 mile</option> | ||
</select> | ||
of a bike lane or protected bike infrastructure. | ||
</div> | ||
<script src='site.js'></script> | ||
|
||
<!-- ======= info ======= --> | ||
<div id="info"> | ||
<h2 class="header-text">location</h2> | ||
<div id="loc"> | ||
<p>latitude: <span id="lat"> </span></p> | ||
<p>longitude: <span id="lng"> </span></p> | ||
</div> | ||
</div> | ||
|
||
<!-- ======= menu ======= --> | ||
<div class="menu"> | ||
<div id="dragBar"> | ||
<h3 class="menu-label">menu</h3> | ||
</div> | ||
<div id="hoverText"></div> | ||
<table id="filters"> | ||
<tr class="table-header"> | ||
<th class="td-r"><span class="filter-label">regions</span></th> | ||
<th class="td-b" colspan="4"><span class="filter-label">buffers</span></td> | ||
</tr> | ||
<tr id="clearAll"> | ||
<td class="td-r"><div id="clearAll-r"><p class="label-x">all</p></div></td> | ||
<td class="td-b" colspan="4"> </td> | ||
</tr> | ||
|
||
<!-- ======= regions ======= --> | ||
<tr id="AL"> | ||
<td class="td-r"><div class="region"><p class="label-r">AL</p></div></td> | ||
<td class="td-b"><div class="buffer ft500"> </div></td> | ||
<td class="td-b"><div class="buffer ft1000"> </div></td> | ||
<td class="td-b"><div class="buffer ft2500"> </div></td> | ||
<td class="td-b"><div class="buffer ft5280"> </div></td> | ||
</tr> | ||
<tr id="AR"> | ||
<td class="td-r"><div class="region"><p class="label-r">AR</p></div></td> | ||
<td class="td-b"><div class="buffer ft500"> </div></td> | ||
<td class="td-b"><div class="buffer ft1000"> </div></td> | ||
<td class="td-b"><div class="buffer ft2500"> </div></td> | ||
<td class="td-b"><div class="buffer ft5280"> </div></td> | ||
</tr> | ||
<tr id="DC"> | ||
<td class="td-r"><div class="region"><p class="label-r">DC</p></div></td> | ||
<td class="td-b"><div class="buffer ft500"> </div></td> | ||
<td class="td-b"><div class="buffer ft1000"> </div></td> | ||
<td class="td-b"><div class="buffer ft2500"> </div></td> | ||
<td class="td-b"><div class="buffer ft5280"> </div></td> | ||
</tr> | ||
<tr id="MO"> | ||
<td class="td-r"><div class="region"><p class="label-r">MO</p></div></td> | ||
<td class="td-b"><div class="buffer ft500"> </div></td> | ||
<td class="td-b"><div class="buffer ft1000"> </div></td> | ||
<td class="td-b"><div class="buffer ft2500"> </div></td> | ||
<td class="td-b"><div class="buffer ft5280"> </div></td> | ||
</tr> | ||
<tr id="PG"> | ||
<td class="td-r"><div class="region"><p class="label-r">PG</p></div></td> | ||
<td class="td-b"><div class="buffer ft500"> </div></td> | ||
<td class="td-b"><div class="buffer ft1000"> </div></td> | ||
<td class="td-b"><div class="buffer ft2500"> </div></td> | ||
<td class="td-b"><div class="buffer ft5280"> </div></td> | ||
</tr> | ||
</table> | ||
<div class="locText start"> </div><span class="filter-label">start</span> | ||
<div class="locText end"> </div><span class="filter-label">end</span> | ||
</div> | ||
|
||
<!-- ======= map ======= --> | ||
<div id="map"></div> | ||
|
||
<script src="https://code.jquery.com/jquery-1.12.4.js" integrity="sha256-Qw82+bXyGq6MydymqBxNPYTaUXXq7c8v3CwiYwLLNXU=" crossorigin="anonymous"></script> | ||
<script src="https://api.tiles.mapbox.com/mapbox.js/v2.4.0/mapbox.js"></script> | ||
<script src='site.js'></script> | ||
|
||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.