Last active
January 20, 2021 01:34
-
-
Save gavinr/7ef9d5712298b90fcc53624a046d422b to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Atlanta", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Atlanta United FC (MLS), Atlanta United 2 (USL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.3310546875, | |
33.65120829920497 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Austin", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Austin FC (MLS), Austin Bold FC (USL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.7430608, | |
30.267153 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Chicago", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Chicago Fire (MLS), Chicago Red Stars (NWSL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.6434326171875, | |
41.82454867985508 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-symbol": "", | |
"City": "Houston", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Houston Dynamo (MLS), Houston Dash (NWSL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.25146484374999, | |
29.6880527498568 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Kansas City", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Sporting Kansas City (MLS), Sporting Kansas City II (USL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.658203125, | |
38.997841307500714 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Louisville", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Racing Louisville FC (NWSL), Louisville City FC (USL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-85.751569, | |
38.256078 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Miami", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Inter Miami CF (MLS), Miami FC (USL)", | |
"marker-symbol": "" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.19470, | |
25.7750 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Orlando", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Orlando City SC (MLS), Orlando Pride (NWSL)", | |
"marker-symbol": "" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.3922119140625, | |
28.468691297348148 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Portland", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Portland Timbers (MLS), Portland Thorns FC (NWSL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.68844604492186, | |
45.508271755944975 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"City": "Salt Lake City", | |
"marker-color": "#ff0000", | |
"marker-size": "medium", | |
"Teams": "Real Salt Lake (MLS), Real Monarchs (USL)" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.9012451171875, | |
40.68063802521456 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment