Last active
April 2, 2021 17:55
-
-
Save cageyjames/3cc595d5523058d89f094b43072af75d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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