Skip to content

Instantly share code, notes, and snippets.

@gavinr
Last active January 20, 2021 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavinr/e2f96eb781cfd52f7596aa922b0e614a to your computer and use it in GitHub Desktop.
Save gavinr/e2f96eb781cfd52f7596aa922b0e614a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#ff0000",
"marker-size": "medium",
"marker-symbol": "",
"City": "New York City",
"Teams": "New York City FC (MLS), New York Red Bulls (MLS), Sky Blue FC (NWSL), New York Red Bulls II (USL)"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.970947265625,
40.730608477796636
]
}
},
{
"type": "Feature",
"properties": {
"City": "Seattle",
"marker-color": "#ff0000",
"marker-size": "medium",
"Teams": "Seattle Sounders FC (MLS), Reign FC (NWSL), Tacoma Defiance (USL)"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.3272705078125,
47.418795921472714
]
}
},
{
"type": "Feature",
"properties": {
"City": "Washington DC",
"marker-color": "#ff0000",
"marker-size": "medium",
"Teams": "D.C. United (MLS), Washington Spirit (NWSL), Loudoun United FC (USL)"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0361328125,
38.94659331893374
]
}
},
{
"type": "Feature",
"properties": {
"City": "Los Angeles",
"marker-color": "#ff0000",
"marker-size": "medium",
"Teams": "Los Angeles FC (MLS), LA Galaxy (MLS), LA Galaxy II (USL), Orange County SC (USL)"
},
"geometry": {
"type": "Point",
"coordinates": [
-118.27056884765625,
34.057210513510306
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment