Skip to content

Instantly share code, notes, and snippets.

@cageyjames
Last active April 2, 2021 17:55
Show Gist options
  • Save cageyjames/3cc595d5523058d89f094b43072af75d to your computer and use it in GitHub Desktop.
Save cageyjames/3cc595d5523058d89f094b43072af75d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"name": "ballparks",
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-111.88552836402256, 33.545239511955714]
},
"properties": {
"Ballpark": "Salt River Fields at Talking Stick",
"Teams": [
{ "Name": "Arizona Diamondbacks", "Class": "Spring Training", "League": "Cactus" },
{ "Name": "Colorado Rockies", "Class": "Spring Training", "League": "Cactus" },
{ "Name": "Arizona League Diamondbacks", "Class": "Rookie", "League": "Arizona League" },
{ "Name": "Salt River Rafters", "Class": "Off Season", "League": "Arizona Fall League" },
{ "Name": "Scottsdale Scorpions", "Class": "Off Season", "League": "Arizona Fall League" }
]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment