-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.htm
More file actions
544 lines (502 loc) · 25.3 KB
/
index.htm
File metadata and controls
544 lines (502 loc) · 25.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CyclePhilly is a smartphone app for recording bicycle trips. View total trips by facility and purpose from May, 2014 through April, 2016.">
<meta name="author" content="Delaware Valley Regional Planning Commission">
<title>DVRPC - CyclePhilly Data Summary (May,2014 through April,2016)</title>
<meta property="og:title" content="CyclePhilly Data Summary" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@DVRPC" />
<meta name="twitter:description" content="CyclePhilly is a smartphone app for recording bicycle trips. View total trips by facility and purpose from May, 2014 through April, 2016." />
<meta property="og:url" content="http://www.dvrpc.org/webmaps/cyclephilly/" />
<meta property="og:image" content="http://www.dvrpc.org/webmaps/cyclephilly/img/cyclephilly-app-social-card.png" />
<!-- Core CSS -->
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" >
<!-- <link href="css/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css"> -->
<!--https://github.com/jharding/typeahead.js-bootstrap.css-->
<link rel="stylesheet" type="text/css" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<link rel="stylesheet" type="text/css" href="css/table.css" />
<link rel="stylesheet" type="text/css" href="css/app.css" />
<!--[if lte IE 8]>
<link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" rel="stylesheet" type="text/css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Custom styles for this template -->
<style>
html, body, #container {
height: 100%;
/* margin: 0px; */
}
body {
padding-top: 50px;
overflow:hidden;
}
label {
font-weight: normal;
}
#map{
height: 100%;
}
.leaflet-map-pane {
z-index: 1 !important;
}
.panel-heading a:hover {
text-decoration: none;
}
#loading {
position: absolute;
width: 220px;
height: 19px;
top: 50%;
left: 50%;
margin: -10px 0 0 -110px;
z-index: 20001;
}
#title{
position: absolute;
width: 220px;
height: 19px;
top: 50%;
left: 50%;
margin: -10px 0 0 -110px;
z-index: 20001;
}
.navbar .navbar-brand {
font-weight: bold;
font-size: 24px;
color: white;
white-space: nowrap;
}
.navbar-inverse{
background-color:#0074ad;
}
@media (max-width: 992px) {
.navbar .navbar-brand {
font-size: 22px;
float: left;
}
.search-container {
width: 150px;
}
.leaflet-control-attribution {
display: none;
}
#subheader{
display: none;
}
#DBox2{
display: none;
}
#legendBox{
display: none;
}
}
@media (max-width: 768px){
.search-container {
width: 100%;
}
}
@media (max-width: 400px){
#cptitle{
display: none;
}
}
/* Print Handling */
@media print {
.navbar, .toggle, #sidebar {
display: none !important;
}
}
.navbar-inverse .navbar-nav > li > a {
color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover{
color: rgb(200, 200, 200);
}
.navbar-inverse .navbar-nav > .dropdown > a .caret:hover {
border-top-color: #999;
border-bottom-color: #999;
}
.modal-header {
background-color:#0074ad;
}
.modal-title {
color: white;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: white;
text-shadow: 0px 1px 0px rgb(255, 255, 255);
opacity: 1;
}
#legendBox {
position: absolute;
/* bottom: 45px;
left: 30px; */
bottom: 25px;
right: 25px;
z-index: 1001;
background-color: white;
padding: 8px;
border: 1px solid #444444;
border-radius: 5px;
width:260px;
height:185px;
}
#DBox2 {
position: absolute;
background:#808080;
bottom: 45px;
left: 12px;
z-index: 1001;
width:280px;
border: 1px solid #000;
border-radius: 5px;
padding: 1px 20px;
box-shadow: 10px 10px 65px 0px rgba(0, 0, 0, 0.75);
}
#changeBox {
position: absolute;
top: 18px;
right: 25px;
z-index: 1001;
}
.expand-one{
color: white;
}
.glyphicon{
cursor: pointer;
}
p.content-one {
color: white;
font-size: 12px;
}
a.one {
color:white;
}
.left { float:left; width:50%; clear:left; }
.right { float:right; width:50%; clear:right;list-style-type: none; }
#layer_selector li {
border-bottom: 1px solid #999;
padding: 15px 30px;
font-family: "Helvetica", Arial;
font-size: 13px;
font-weight: normal;
color: #000;
cursor: auto;
background-color: #fff;
}
#layer_selector li:hover {
background-color: #F0F0F0;
cursor: pointer;
}
#layer_selector li.selected {
background-color: #EEE;
font-weight: bold;
}
.table{
font-size: 90%;
}
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<script src="js/css3-mediaqueries.ie.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span><a href="http://www.dvrpc.org" target="_new"><img class="dvrpclogo" style="margin:10px 0px 0px 20px" src="img/dvrpc_logo_small.png"/></a>
<a href="http://www.cyclephilly.org/" target="_new"><img style="margin:5px 0px 0px 20px" src="img/cpheader_bike.png"/></a>
<a href="http://www.cyclephilly.org/" target="_new"><img id="cptitle" style="margin:4px 0px 0px 5px" src="img/cpheader.png"/></a><img id="subheader" style="margin:4px 0px 0px 5px" src="img/cpsubheader_rd2.png"/>
</span>
</div>
<div id="layer_selector_main" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" onclick="$('#aboutModal').modal('show'); return false;"><i class="icon-info-sign" ></i> About</a></li>
<li class="dropdown">
<a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-wrench" ></i> Tools and Data
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li id="zoomToRegion"><a href="javascript:void(0);"><i class="icon-fullscreen"></i> Zoom To Full Extent</a></li>
<li><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" onclick="$('#legendModal').modal('show'); return false;"><i class="icon-list-alt"></i> Data Dictionary</a>
</li>
<li><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" onclick="$('#legend2Modal').modal('show'); return false;"><i class="glyphicon glyphicon-picture"></i> Show Legend</a>
</li>
<li class="divider"></li>
<li><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" onclick="$('#downloadModal').modal('show'); return false;"><i class="glyphicon glyphicon-download-alt"></i> Download Data</a>
</li>
</ul>
</li>
<!-- this is where the dropdown menu was -->
</ul>
</div><!--/.navbar-collapse -->
</div>
<div class="row" id="container">
<div class="col-sm-12 col-lg-12" id="map"></div>
<div id="changeBox">
<div class="dropdown">
<button class="btn btn-info dropdown-toggle" type="button" data-toggle="dropdown"> <B>Choose a Trip Purpose</b>
<span class="caret"></span></button>
<ul class="dropdown-menu" id="layer_selector" style="margin-right:15px">
<li id="purposemax" class="button purposemax selected" style="text-transform:none;font-size: 12px;">Most Popular Trip Purpose</li>
<li id="ttrips" class="button ttrips" style="text-transform: none;font-size: 12px;">Total Trips</li>
<li id="workcommute" class="button workcommute" style="text-transform: none;font-size: 12px;">Commute</li>
<li id="social" class="button social" style="text-transform: none;font-size: 12px;">Social</li>
<li id="exercise" class="button exercise" style="text-transform: none;font-size: 12px;">Exercise</li>
<li id="errand" class="button errand" style="text-transform: none;font-size: 12px;">Errand</li>
<li id="other" class="button other" style="text-transform: none;font-size: 12px;">Other (not specified)</li>
<li id="otherwork" class="button otherwork" style="text-transform: none;font-size: 12px;">Other Work Related</li>
<li id="school" class="button school" style="text-transform: none;font-size: 12px;">School</li>
<li id="shopping" class="button shopping" style="text-transform: none;font-size: 12px;">Shopping</li>
</ul>
</div>
<!-- <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-list-alt"></i> Choose a Trip Purpose<b class="caret"></b></a> -->
</li>
</div>
<div id="legendBox"></div>
<div id="DBox2">
<div class="expand-one"><i class="glyphicon glyphicon-minus"></i> About this Map</div>
<p class="content-one" >This map symbolizes total CyclePhilly trips by facility from May, 2014 through April, 2016 (2 years; 12,202 individual trips by 300 unique CyclePhilly users).<br><br>Note that this is a map of CyclePhilly trips, not a map of all bicycling in the city and region; CyclePhilly users' trip patterns may not reflect those of all cyclists.</p>
<!-- Round 1(6 months; 8,340 individual trips by 220 unique CyclePhilly users). -->
</div>
</div>
<!-- start About Modal -->
<div class="modal fade" id="aboutModal">
<div class="modal-dialog" style="width:650px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<span>
<img style="margin:5px 0px 0px 0px" src="img/cpheader_bike.png"/>
<img style="margin:4px 0px 0px 5px" src="img/cpheader.png"/>
<img style="margin:4px 0px 0px 5px" src="img/cpsubheader_rd2.png"/>
</span>
</div>
<div class="modal-body">
<div class="clearfix">
<ul id="aboutTabs" class="nav nav-tabs">
<li class="active"><a href="#about" data-toggle="tab"><i class=""></i> About this map</a></li>
<li><a href="#aboutCP" data-toggle="tab"><i class=""></i> About CyclePhilly</a></li>
<li><a href="#disclaimer" data-toggle="tab"><i class="i"></i> Disclaimer</a></li>
<li><a href="#contact" data-toggle="tab"><i class="icon-globe"></i> Contact</a></li>
</ul>
<div id="aboutTabsContent" class="tab-content" style="padding-top: 10px;">
<div class="tab-pane fade active in" id="about">
<B><Font color=red>PLEASE NOTE:</FONT></B>
<p>
This map symbolizes <b>total CyclePhilly trips</b> by facility <b>from May, 2014 through April, 2016</b>, with most trips being logged during May to October promotion periods in 2014 and 2015. Raw CyclePhilly trip data was processed and snapped to the nearest road or trail segment using a special algorithm so that total volumes by segment could be calculated and compared (some facilities--particularly park trails--may not be in the mapped network; CyclePhilly data for these segments is not shown). Trip ends have been obscured to protect users' privacy.
<br><br><b>Note that this is a map of CyclePhilly trips, not a map of all bicycling in the city and region; CyclePhilly users' trip patterns may not reflect those of all cyclists.</b>
<br><br>
To access DVRPC's full pedestrian and bicycle counts portal, <a href="http://www.dvrpc.org/webmaps/pedbikecounts/" target="_new">click here</a>.<br>
<!-- <img style="margin:8px 10px 10px 0px;" src="img/dvrpc_bikeped.png"/> -->
</p>
</div>
<div class="tab-pane fade " id="aboutCP">
<img style="margin:5px 10px 10px 5px;float:right;" src="img/phone.jpeg"/>
<p>
CyclePhilly is a smartphone app for recording bicycle trips. Data from the app can be used by transportation planners in the Philadelphia region to make Philly a better place to ride.
CyclePhilly was developed by <a href="https://codeforphilly.org/projects/Bike_Route_Tracker" target="_new"> Code for Philly </a>, a group of citizens working to harness the power of technology to modernize citizenship in Philadelphia.
<br><br>
<a href="http://www.cyclephilly.org/" target="_new">Visit the CyclePhilly website to learn more about the app and the team.</a>
<br><br>
Winner of a <a href="http://awards.codeforamerica.org/2015/winner/CyclePhilly/" target="_new"> 2015 Code for America Technology Award </a>
<a href="http://awards.codeforamerica.org/2015/winner/CyclePhilly/" target="_new"><img style="margin:8px 10px 10px 0px;" src="img/CFA_award.png"/></a>
</p>
</div>
<div class="tab-pane fade text-danger" id="disclaimer">
<p>This web page is a public resource of general information. The Delaware Valley Regional Commission (DVRPC) makes no warranty,
representation, or guarantee as to the content, sequence, accuracy, timeliness, or completeness of any of the spatial data or database
information provided herein. DVRPC and partner state, local, and other agencies shall assume no liability for errors, omissions, or
inaccuracies in the information provided regardless of how caused; or any decision made or action taken or not taken by any person relying
on any information or data furnished within.</p>
</div>
<div class="tab-pane fade " id="contact">
<p><b>Cassidy Boulan, AICP</b><br/>
Transportation Planner<br>
Office of Transit, Bicycle, and Pedestrian Planning<br/>
Phone: 215-238-2832 <br/>
<a href="mailto:cboulan@dvrpc.org">cboulan@dvrpc.org </a>
</p>
<p>
<b> Christopher Pollard</b><br/>
Manager, Geospatial Application Development<br>
Office of Geographic Information Systems<br/>
Phone: 215-238-2815 <br/>
<a href="mailto:cpollard@dvrpc.org">cpollard@dvrpc.org </a>
</p>
</div>
</div> <!-- /.tab-content -->
</div><!-- /.clearfix -->
</div><!-- /.modal-body -->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- end About Modal -->
<div class="modal fade" id="legendModal">
<div class="modal-dialog"style="width:650px">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Data Dictionary</h4>
</div>
<div class="modal-body">
<table class="table table-striped">
<thead>
<tr>
<th><b>Field Name</b></th>
<th><b>Description</b></th>
<th><b>Source</b></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">LINKNO</th>
<td>Unique Link Value from OSM network</td>
<td>OSM</td>
</tr>
<tr>
<th scope="row">LinkName</th>
<td>Road name</td>
<td>OSM</td>
</tr>
<tr>
<th scope="row">TTRIPS</th>
<td>Totals Trips - all CyclePhilly trips purposes</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">TOPPURPOSE</th>
<td>Top Purpose - most popular trip purpose for that segment</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">COTRIPS</th>
<td>Commute trip - to get between home and your primary work location.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">ERTRIPS</th>
<td>Errand trip - to attend to personal business such as banking, doctor visit, going to the gym, etc.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">EXTRIPS</th>
<td>Exercise trip - exercise or biking for the sake of biking.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">OTTRIPS</th>
<td>Other trip - if none of the other reasons applied to the users trip.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">SCTRIPS</th>
<td>School trip - to go to or from school or college.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">SHTRIPS</th>
<td>Shopping trip - to purchase or bring home goods or groceries.</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">SOTRIPS</th>
<td>Social trip - going to or from a social activity (e.g. at a friends’ house, the park, a restaurant, or the movies).</td>
<td>CyclePhilly</td>
</tr>
<tr>
<th scope="row">WOTRIPS</th>
<td>Other Work Related trip - to go to or from business-related meeting, function, or work-related errand for your job.</td>
<td>CyclePhilly</td>
</tr>
</tbody>
</table>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="downloadModal">
<div class="modal-dialog"style="width:750px">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">CyclePhilly Datasets</h4>
</div>
<div class="modal-body">
<div class="clearfix">
<p>These datasets contain CyclePhilly trips <b>from May, 2014 through April, 2016</b> (2 years; 12,202 individual trips by 300 unique CyclePhilly users) that were mappable to DVRPC's Open Street Map facility network. CyclePhilly trip data was processed and snapped to the nearest road or trail segment using an algorithm so that total volumes by segment could be calculated and compared (some facilities--particularly trails--may not be in the mapped network; CyclePhilly data for these segments is not shown). <b> Note the data sets include only CyclePhilly trips; CyclePhilly users' trip patterns may not reflect those of all cyclists.</b> Trip ends (origin/destination) have been 'fuzzed' to protect users' privacy, so true start and stop locations are obscured in these datasets. Please refer to the descriptions below for information on the datasets; a data dictionary is also included within each ZIP file.
</p>
<hr 75%>
<li class="left"><B>Trip purpose summary by segment: </B><br><i>Aggregated/summarized data for each segment in the network</i></li>
<li class="right">
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/cyclephilly_rd2_shp.zip"><i class="glyphicon glyphicon-download-alt"></i> Shapefile<small style="opacity:0.6"> [1.4 MB zip] </small></a>
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/cyclephilly_rd2_geojson.zip"><i class="glyphicon glyphicon-download-alt"></i> GeoJson<small style="opacity:0.6"> [1.4 MB zip]</small></a>
</li> <br>
<li class="left"><B>Trip by trip summary: </B><br><i>Line work for individual CyclePhilly trips</i></li>
<li class="right">
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/tripbytrip_shp.zip"><i class="glyphicon glyphicon-download-alt"></i> Shapefile<small style="opacity:0.6"> [4.2 MB zip] </small></a>
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/tripbytrip_geojson.zip"><i class="glyphicon glyphicon-download-alt"></i> GeoJson<small style="opacity:0.6"> [5.7 MB zip]</small></a>
</li> <br>
<li class="left"><B>Trip detail by segment: </B><br><i>Discrete trip data for each segment in the network</i></li>
<li class="right">
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/trip_detail_shp.zip"><i class="glyphicon glyphicon-download-alt"></i> Shapefile<small style="opacity:0.6"> [43 MB zip] </small></a>
<a href="http://mapshaper.org/" target="_blank"><i class="glyphicon glyphicon-download-alt"></i> GeoJson (N/A)</a>
</li><br><br>
<li class="left"><B>Segment network nodes: </B><br><i>Can be used with the above datasets to support spatial analysis</i></li>
<li class="right">
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/nodes_shp.zip"><i class="glyphicon glyphicon-download-alt"></i> Shapefile<small style="opacity:0.6"> [0.71 MB zip] </small></a>
<a href="http://www.dvrpc.org/webmaps/cyclephilly/data/nodes_geojson.zip"><i class="glyphicon glyphicon-download-alt"></i> GeoJson<small style="opacity:0.6"> [0.82 MB zip]</small></a>
</li>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<div class="modal fade" id="legend2Modal">
<div class="modal-dialog"style="width:750px">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">CyclePhilly Map Legend</h4>
</div>
<div class="modal-body">
<div class="clearfix">
<p><img style="margin:4px 0px 0px 5px" src="img/all_legends.png"
</p>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
<!-- <script src='http://api.tiles.mapbox.com/mapbox.js/v1.2.0/mapbox.standalone.js'></script> -->
<script src="js/app.js"></script>
<script>var _gaq=[['_setAccount','UA-9825778-1'],['_trackPageview']];(function(d){var g=d.createElement('script'),s=d.scripts[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document))</script>
</body>
</html>