Skip to content

Commit a0dcae9

Browse files
committed
Add Chesapeake Bay data loading and download links
1 parent 119050f commit a0dcae9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

data.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
<th>GeoJSON</th>
2626
<th>"North" end location</th>
2727
</tr>
28+
<tr>
29+
<td>-199 to -100</td>
30+
<td><a href="data/aicw-mile-marker-neg100-neg199.gpx">Download GPX</a></td>
31+
<td><a href="data/aicw-mile-marker-neg100-neg199.geojson">Download GeoJSON</a></td>
32+
<td>N end of Chesapeake Bay</td>
33+
</tr>
34+
<tr>
35+
<td>-99 to -1</td>
36+
<td><a href="data/aicw-mile-marker-neg1-neg99.gpx">Download GPX</a></td>
37+
<td><a href="data/aicw-mile-marker-neg1-neg99.geojson">Download GeoJSON</a></td>
38+
<td>Just N of the mouth of the Potomac River</td>
39+
</tr>
2840
<tr>
2941
<td>0-99</td>
3042
<td><a href="data/aicw-mile-marker-0-99.gpx">Download GPX</a></td>

js/LoadData.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ var data =
77
};
88

99
var aicwFiles = [
10+
'data/aicw-mile-marker-neg100-neg199.geojson',
11+
'data/aicw-mile-marker-neg1-neg99.geojson',
1012
'data/aicw-mile-marker-0-99.geojson',
1113
'data/aicw-mile-marker-100-199.geojson',
1214
'data/aicw-mile-marker-200-299.geojson',

0 commit comments

Comments
 (0)