Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Nova Scotia Parks #274

Merged
merged 2 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions camply/providers/going_to_camp/going_to_camp_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
recreation_area_id=12,
recreation_area_location="British Columbia, CA",
),
"novascotia.goingtocamp.com": RecreationArea(
recreation_area="Nova Scotia Parks",
recreation_area_id=13,
recreation_area_location="Nova Scotia, CA",
),
}

NON_GROUP_EQUIPMENT = -32768
Expand Down
1 change: 1 addition & 0 deletions docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ The GoingToCamp Provider currently contains the following Recreation Areas:
- Maitland Valley, Ontario, CA (#4)
- Maryland State Parks, Maryland, USA (#9)
- Newfoundland & Labrador Provincial Parks, Newfoundland and Labrador, CA (#11)
- Nova Scotia Parks, Nova Scotia, CA (#13)
- Saugeen Valley, Ontario, CA (#5)
- St. Clair Region, Ontario, CA (#2)
- Tacoma Power Parks, Washington, USA (#6)
Expand Down
Loading
Loading