Skip to content

Commit

Permalink
Add link to fisgard lighthouse nhs
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Aug 18, 2024
1 parent 3b07f32 commit fc42458
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
34 changes: 16 additions & 18 deletions app/(aspects)/cycle/packing/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,26 @@ park={Park.GulfIslandsNPR} />
The most bike-accessible campground is SMONEĆTEN, with access to the Lochside
Cycling Trail (from Swartz Bay to Downtown Victoria) and walk-in sites close to
entrance in pleasant wooded area, and a communal campfire ring. The downside is
that some campsites are too close to the highway. From Swartz Bay to SMONEĆTEN
via Swartz Bay Road it's a 3 km ride.
that some campsites are too close to the highway.

The most reserved campground is Sidney Spit. It offers sandy beaches, wooded
trails and an abundance of birds and marine life. It does not have potable water
available, but it's not accessible by car so it tends to be easier to book,
though it's necessary to time the [Sidney Ferry][sidney-spit-ferry] too.
though it's necessary to time the [Sidney Ferry][sidney-spit-ferry].

[sidney-spit-ferry]: https://www.sidneyspitferry.com/schedule

🪵 backcountry campsites available all year round <ParkReserveLink
park={Park.GulfIslandsNPR} preferType={CampingEquipmentType.Backcountry} />

- [Narvaez Bay (Saturna Island)][saturna-island] 🚱
- [Shingle Bay (Pender Island)][pender-island] 🚱
- [Narvaez Bay (Saturna Island)][saturna-island] <ParkReserveLink
park={Park.NarvaezBay} />
- [Shingle Bay (Pender Island)][pender-island] <ParkReserveLink
park={Park.ShingleBay} />
- [D'arcy Island][darcy-island], [Cabbage Island][cabbage-island],
[Isle-de-Lis][isle-de-lis], [Prevost Island][prevost-island], [Portland
Island][portland-island] all have first-come first-served campgrounds; great
for kayak touring.
Island][portland-island] all have first-come first-served campgrounds (no
reservations); great for kayak touring, but might need to arrive early.

[saturna-island]: https://parks.canada.ca/pn-np/bc/gulf/activ/camping/campinglarrierepays-backcountrycamping#Saturna
[pender-island]: https://parks.canada.ca/pn-np/bc/gulf/activ/camping/campinglarrierepays-backcountrycamping#Pender
Expand All @@ -90,14 +91,11 @@ trail to get there and has bike racks) and the latter is more car accessible

Ferry from Tsawwassen to Mayne Island then another to Pender Island.

#### [K7: Gulf Islands National Park Reserve][gulf-np] - Shingle Bay
#### [K8 & K9: Fort Rodd Hill and Fisgard Lighthouse][fort-rodd-fisgard-nhs]
[fort-rodd-fisgard-nhs]: https://parks.canada.ca/lhn-nhs/bc/fortroddhill

#### [K7: Gulf Islands National Park Reserve][gulf-np] - Narvaez Bay
- 🪵 backcountry campsites available all year round

#### K8: Fisgard Lighthouse

#### K9: Fort Rodd Hill
⛺ oTENTik available (🚫 closed in 2024 for restorations) <ParkReserveLink
park={Park.FisgardLighthouseNHS} />

#### K10: Pacific Rim Park Reserve

Expand Down Expand Up @@ -174,7 +172,7 @@ Another campsite in Pender Island.

### Notes on Bikes & Transit

Nearly every TransLink bus will have two racks. Canada Line limits one bike per
car, but Millennium, Expo and West Coast Express allow two bikes per car. SeaBus
has a limit of 6 bikes during rush hours (07:00-09:30 & 15:00-18:30). The Bike
Bus accommodates 10 bikes total.
Nearly every TransLink bus will have two bike racks. Canada Line limits one bike
per car, but Millennium Line, Expo Line and the West Coast Express allow two
bikes per car. SeaBus has a limit of 6 bikes during rush hours (07:00-09:30 &
15:00-18:30). The Bike Bus accommodates 10 bikes total.
8 changes: 8 additions & 0 deletions projects/outdoors/reservations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum Park {
SidneySpit,
NarvaezBay,
ShingleBay,
FisgardLighthouseNHS,
}

export enum Org {
Expand Down Expand Up @@ -257,6 +258,13 @@ const SEARCHABLE_SITES: Record<Park, Searchable> = {
mapId: "-2147483473",
resourceLocationId: "-2147483598",
},
[Park.FisgardLighthouseNHS]: {
org: Org.ParksCanada,
reservationGroup: ReservationGroup.ParkAccommodation,
reservationCategory: AccommodationCategory.Accommodation,
mapId: "-2147483533",
resourceLocationId: "-2147483622",
}
};

/**
Expand Down

0 comments on commit fc42458

Please sign in to comment.