Skip to content

Commit

Permalink
Link all GPXs to route pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nickswalker committed Nov 23, 2024
1 parent 55c4dbf commit 7ff70e1
Show file tree
Hide file tree
Showing 163 changed files with 487 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _bin/route-gis.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ def gpx_latlons(path):
raise GPXFormatError(f"Bogus number of tracks in:\n{path}")

# TODO
# <link href="https://raceconditionrunning.com/routes?id={route['id']}">
# <text>Race Condition Running: {route['name']}</text>
# </link>
# <keywords>{route['type']}, {route['start']}, {route['end']}</keywords> (also do surface type)
def normalize_gpx(lls, path, route):
hdr = f'''
Expand All @@ -40,6 +37,9 @@ def normalize_gpx(lls, path, route):
<metadata>
<name>{route['id']}</name>
<desc>{route['name']} ({route['dist']} mi)</desc>
<link href="https://raceconditionrunning.com/routes/{route['id']}">
<text>Race Condition Running: {route['name']}</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
2 changes: 1 addition & 1 deletion _bin/update_route_neighborhoods.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def calculate_bounding_box(geometry):

ROUTES_LOCS_DIR = rcr.ROUTES

NEIGHBORHOOD_FILE = f"{ROUTES_LOCS_DIR}/neighborhoods.geojson"
NEIGHBORHOOD_FILE = ROUTES_LOCS_DIR / "neighborhoods.geojson"

routes = rcr.load_route_db()

Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/bainbridge-coast-to-coast-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>bainbridge-coast-to-coast-loop</name>
<desc>Bainbridge Coast-to-coast Loop (13.3 mi)</desc>
<link href="https://raceconditionrunning.com/routes/bainbridge-coast-to-coast-loop">
<text>Race Condition Running: Bainbridge Coast-to-coast Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-cheasty-lwb-genessee-cc.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-cheasty-lwb-genessee-cc</name>
<desc>Beacon, Cheasty, Genessee Park, Columbia City (5.9 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-cheasty-lwb-genessee-cc">
<text>Race Condition Running: Beacon, Cheasty, Genessee Park, Columbia City</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-cheasty-lwb-seward-cc.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-cheasty-lwb-seward-cc</name>
<desc>Beacon, Cheasty, Seward Park, Columbia City (8.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-cheasty-lwb-seward-cc">
<text>Race Condition Running: Beacon, Cheasty, Seward Park, Columbia City</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-cheasty-lwb-seward-loop-cc.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-cheasty-lwb-seward-loop-cc</name>
<desc>Beacon, Cheasty, Seward Park Loop, Columbia City (11.1 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-cheasty-lwb-seward-loop-cc">
<text>Race Condition Running: Beacon, Cheasty, Seward Park Loop, Columbia City</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-i90-bridge-cap-hill.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-i90-bridge-cap-hill</name>
<desc>Beacon Hill, I90 Bridge, Cap Hill (10.1 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-i90-bridge-cap-hill">
<text>Race Condition Running: Beacon Hill, I90 Bridge, Cap Hill</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-i90-luther-burbank-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-i90-luther-burbank-ob</name>
<desc>OB: Beacon, I90, Luther Burbank (13.1 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-i90-luther-burbank-ob">
<text>Race Condition Running: OB: Beacon, I90, Luther Burbank</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-i90-trail-cap-hill.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-i90-trail-cap-hill</name>
<desc>Beacon Hill, I90 Trail, Cap Hill (4.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-i90-trail-cap-hill">
<text>Race Condition Running: Beacon Hill, I90 Trail, Cap Hill</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-jefferson-park-chief-sealth-new-holly-ob</name>
<desc>OB: Beacon, Jefferson Park, Chief Sealth Trail, New Holly (7.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-jefferson-park-chief-sealth-new-holly-ob">
<text>Race Condition Running: OB: Beacon, Jefferson Park, Chief Sealth Trail, New Holly</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/beacon-mt-sound-i90-trail-judkins-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>beacon-mt-sound-i90-trail-judkins-ob</name>
<desc>OB: Beacon, Mt Sound, I90 Trail, Judkins Park (4.3 mi)</desc>
<link href="https://raceconditionrunning.com/routes/beacon-mt-sound-i90-trail-judkins-ob">
<text>Race Condition Running: OB: Beacon, Mt Sound, I90 Trail, Judkins Park</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/bell-dtwn-parks-lake-larsen-lake-phantom-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>bell-dtwn-parks-lake-larsen-lake-phantom-ob</name>
<desc>OB: Bellevue Downtown, Parks, Lake Larsen, Lake Phantom (10.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/bell-dtwn-parks-lake-larsen-lake-phantom-ob">
<text>Race Condition Running: OB: Bellevue Downtown, Parks, Lake Larsen, Lake Phantom</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/blyth-park-tolt-pipeline-trail-full-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>blyth-park-tolt-pipeline-trail-full-ob</name>
<desc>OB: Blyth Park, Tolt Pipeline Trail Full (22.0 mi)</desc>
<link href="https://raceconditionrunning.com/routes/blyth-park-tolt-pipeline-trail-full-ob">
<text>Race Condition Running: OB: Blyth Park, Tolt Pipeline Trail Full</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cap-hill-i90-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cap-hill-i90-ob</name>
<desc>OB: Cap Hill, I90 Bridge (10.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cap-hill-i90-ob">
<text>Race Condition Running: OB: Cap Hill, I90 Bridge</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cap-hill-i90-trail-beacon.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cap-hill-i90-trail-beacon</name>
<desc>Cap Hill, I90 Trail, Beacon Hill (4.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cap-hill-i90-trail-beacon">
<text>Race Condition Running: Cap Hill, I90 Trail, Beacon Hill</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cap-hill-i90-trail-lwb-arborlaken-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cap-hill-i90-trail-lwb-arborlaken-loop</name>
<desc>Cap Hill, I90 Trail, LWB, Arborlaken Loop (10.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cap-hill-i90-trail-lwb-arborlaken-loop">
<text>Race Condition Running: Cap Hill, I90 Trail, LWB, Arborlaken Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cap-hill-ship-canal-salmon-bay-burke-cse.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cap-hill-ship-canal-salmon-bay-burke-cse</name>
<desc>Cap Hill, Ship Canal, Salmon Bay, Burke, CSE (9.6 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cap-hill-ship-canal-salmon-bay-burke-cse">
<text>Race Condition Running: Cap Hill, Ship Canal, Salmon Bay, Burke, CSE</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cap-hill-volunteer-park-westlake.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cap-hill-volunteer-park-westlake</name>
<desc>Cap Hill, Volunteer Park, Westlake (4.0 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cap-hill-volunteer-park-westlake">
<text>Race Condition Running: Cap Hill, Volunteer Park, Westlake</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-chief-sealth-cc-center-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-chief-sealth-cc-center-loop</name>
<desc>Columbia City, Chief Sealth, CC Center Loop (3.0 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-chief-sealth-cc-center-loop">
<text>Race Condition Running: Columbia City, Chief Sealth, CC Center Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-chief-sealth-new-holly-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-chief-sealth-new-holly-ob</name>
<desc>OB: Columbia City, Chief Sealth Trail, New Holly (4.9 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-chief-sealth-new-holly-ob">
<text>Race Condition Running: OB: Columbia City, Chief Sealth Trail, New Holly</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-genessee-lwb-north-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-genessee-lwb-north-ob</name>
<desc>OB: Columbia City, Genessee Park, LWB North (5.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-genessee-lwb-north-ob">
<text>Race Condition Running: OB: Columbia City, Genessee Park, LWB North</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-genessee-lwb-rainier-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-genessee-lwb-rainier-loop</name>
<desc>Columbia City, Genessee Park, LWB, Rainier Ave Loop (5.3 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-genessee-lwb-rainier-loop">
<text>Race Condition Running: Columbia City, Genessee Park, LWB, Rainier Ave Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-genessee-lwb-seward-loop-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-genessee-lwb-seward-loop-ob</name>
<desc>OB: Columbia City, Genessee Park, Seward Loop (9.2 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-genessee-lwb-seward-loop-ob">
<text>Race Condition Running: OB: Columbia City, Genessee Park, Seward Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-genessee-lwb-seward-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-genessee-lwb-seward-loop</name>
<desc>Columbia City, Genessee Park, LWB, Seward Loop (7.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-genessee-lwb-seward-loop">
<text>Race Condition Running: Columbia City, Genessee Park, LWB, Seward Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cc-genessee-lwb-south-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cc-genessee-lwb-south-ob</name>
<desc>OB: Columbia City, Genessee Park, LWB South (6.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cc-genessee-lwb-south-ob">
<text>Race Condition Running: OB: Columbia City, Genessee Park, LWB South</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cid-i90-trail-south-bellvue.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cid-i90-trail-south-bellvue</name>
<desc>CID, I90 Trail, South Bellevue (8.3 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cid-i90-trail-south-bellvue">
<text>Race Condition Running: CID, I90 Trail, South Bellevue</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cid-marginal-alki-sodo.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cid-marginal-alki-sodo</name>
<desc>CID, Marginal Way, Alki Beach, SODO (14.0 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cid-marginal-alki-sodo">
<text>Race Condition Running: CID, Marginal Way, Alki Beach, SODO</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/colman-park-lwb-seward-loop-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>colman-park-lwb-seward-loop-ob</name>
<desc>OB: Colman Park, LWB, Seward Loop (8.9 mi)</desc>
<link href="https://raceconditionrunning.com/routes/colman-park-lwb-seward-loop-ob">
<text>Race Condition Running: OB: Colman Park, LWB, Seward Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cougar-airshaft-wilderness-falls-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cougar-airshaft-wilderness-falls-loop</name>
<desc>Cougar Mountain, Airshaft, Wilderness Peak, Falls Loop (13.3 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cougar-airshaft-wilderness-falls-loop">
<text>Race Condition Running: Cougar Mountain, Airshaft, Wilderness Peak, Falls Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cougar-ellis-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cougar-ellis-loop</name>
<desc>Cougar Ellis Loop (12.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cougar-ellis-loop">
<text>Race Condition Running: Cougar Ellis Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cougar-north-loop-01.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cougar-north-loop-01</name>
<desc>Cougar North Loop 01 (4.8 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cougar-north-loop-01">
<text>Race Condition Running: Cougar North Loop 01</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cougar-south-loop-01.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cougar-south-loop-01</name>
<desc>Cougar South Loop 01 (7.6 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cougar-south-loop-01">
<text>Race Condition Running: Cougar South Loop 01</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-24th-volunteer-ob.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-24th-volunteer-ob</name>
<desc>OB: CSE, 24th Ave, Volunteer Park (5.1 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-24th-volunteer-ob">
<text>Race Condition Running: OB: CSE, 24th Ave, Volunteer Park</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-520-bell-dtwn.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-bell-dtwn</name>
<desc>CSE, 520, Downtown Bellevue (7.6 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-bell-dtwn">
<text>Race Condition Running: CSE, 520, Downtown Bellevue</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-520-ckc-sammamish-river-marymoor.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-ckc-sammamish-river-marymoor</name>
<desc>CSE, 520, CKC, Sammamish River, Marymoor (17.9 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-ckc-sammamish-river-marymoor">
<text>Race Condition Running: CSE, 520, CKC, Sammamish River, Marymoor</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-520-eastrail-bell-dtwn.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-eastrail-bell-dtwn</name>
<desc>CSE, 520, Eastrail, Bellevue Downtown (9.0 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-eastrail-bell-dtwn">
<text>Race Condition Running: CSE, 520, Eastrail, Bellevue Downtown</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-eastrail-mercer-slough-i90-lwb-arb-loop</name>
<desc>CSE, 520, Eastrail, Mercer Slough, I90 Trail, LWB, Arboretum Loop (22.4 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-eastrail-mercer-slough-i90-lwb-arb-loop">
<text>Race Condition Running: CSE, 520, Eastrail, Mercer Slough, I90 Trail, LWB, Arboretum Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-520-eastside-parks-south-bellevue.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-eastside-parks-south-bellevue</name>
<desc>CSE, 520, Eastside Parks, South Bellevue (11.9 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-eastside-parks-south-bellevue">
<text>Race Condition Running: CSE, 520, Eastside Parks, South Bellevue</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
3 changes: 3 additions & 0 deletions routes/gpx/cse-520-mercer-slough-i90-lwb-arb-loop.gpx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<metadata>
<name>cse-520-mercer-slough-i90-lwb-arb-loop</name>
<desc>CSE, 520, Mercer Slough, I90 Trail, LWB, Arboretum Loop (20.7 mi)</desc>
<link href="https://raceconditionrunning.com/routes/cse-520-mercer-slough-i90-lwb-arb-loop">
<text>Race Condition Running: CSE, 520, Mercer Slough, I90 Trail, LWB, Arboretum Loop</text>
</link>
<author>
<name>Race Condition Running</name>
<link href="https://raceconditionrunning.com">
Expand Down
Loading

0 comments on commit 7ff70e1

Please sign in to comment.