Skip to content

Instantly share code, notes, and snippets.

@eeeschwartz
Last active February 15, 2025 22:16
Show Gist options
  • Save eeeschwartz/5384ade532ef3a9c557025f433fcacf9 to your computer and use it in GitHub Desktop.
Save eeeschwartz/5384ade532ef3a9c557025f433fcacf9 to your computer and use it in GitHub Desktop.
Muskoka day camps
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "YMCA of Simcoe/Muskoka Day Camps - Gravenhurst",
"programs": ["Arts and crafts", "Sports", "Outdoor exploration", "Teamwork activities"],
"registration_opens": "2025-03-01"
},
"geometry": {
"type": "Point",
"coordinates": [-79.3742, 44.9186]
}
},
{
"type": "Feature",
"properties": {
"name": "YMCA of Simcoe/Muskoka Day Camps - Midland",
"programs": ["Arts and crafts", "Sports", "Outdoor exploration", "Teamwork activities"],
"registration_opens": "2025-03-01"
},
"geometry": {
"type": "Point",
"coordinates": [-79.8787, 44.7495]
}
},
{
"type": "Feature",
"properties": {
"name": "YMCA of Simcoe/Muskoka Day Camps - Parry Sound",
"programs": ["Arts and crafts", "Sports", "Outdoor exploration", "Teamwork activities"],
"registration_opens": "2025-03-01"
},
"geometry": {
"type": "Point",
"coordinates": [-80.0353, 45.3451]
}
},
{
"type": "Feature",
"properties": {
"name": "Camp Muskoka",
"programs": ["Over 50 daily activities in a 'Choose-Your-Own-Adventure' style"],
"early_bird_discount_deadline": "2025-02-15"
},
"geometry": {
"type": "Point",
"coordinates": [-79.6205, 45.0385]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment