Last active
January 20, 2021 01:35
-
-
Save gavinr/e2f96eb781cfd52f7596aa922b0e614a to your computer and use it in GitHub Desktop.
Revisions
-
gavinr revised this gist
Jan 20, 2021 . 1 changed file with 1 addition and 32 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,38 +34,7 @@ ] } }, { "type": "Feature", "properties": { -
gavinr revised this gist
Oct 14, 2019 . 1 changed file with 10 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,8 @@ "properties": { "City": "Seattle", "marker-color": "#ff0000", "marker-size": "medium", "Teams": "Seattle Sounders FC (MLS), Reign FC (NWSL), Tacoma Defiance (USL)" }, "geometry": { "type": "Point", @@ -38,7 +39,8 @@ "properties": { "City": "Portland", "marker-color": "#ff0000", "marker-size": "medium", "Teams": "Portland Timbers (MLS), Portland Thorns FC (NWSL), Portland Timbers 2 (USL)" }, "geometry": { "type": "Point", @@ -53,7 +55,8 @@ "properties": { "City": "Salt Lake City", "marker-color": "#ff0000", "marker-size": "medium", "Teams": "Real Salt Lake (MLS), Utah Royals FC (NWSL), Real Monarchs (USL)" }, "geometry": { "type": "Point", @@ -68,7 +71,8 @@ "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", @@ -83,7 +87,8 @@ "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", -
gavinr revised this gist
Oct 14, 2019 . 1 changed file with 19 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,11 @@ { "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", @@ -18,7 +21,9 @@ { "type": "Feature", "properties": { "City": "Seattle", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", @@ -31,7 +36,9 @@ { "type": "Feature", "properties": { "City": "Portland", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", @@ -44,7 +51,9 @@ { "type": "Feature", "properties": { "City": "Salt Lake City", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", @@ -57,7 +66,9 @@ { "type": "Feature", "properties": { "City": "Washington DC", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", @@ -70,7 +81,9 @@ { "type": "Feature", "properties": { "City": "Los Angeles", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", -
gavinr revised this gist
Oct 14, 2019 . 1 changed file with 29 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,10 @@ "features": [ { "type": "Feature", "properties": { "City": "New York City", "Teams": "" }, "geometry": { "type": "Point", "coordinates": [ @@ -14,7 +17,9 @@ }, { "type": "Feature", "properties": { "City": "Seattle" }, "geometry": { "type": "Point", "coordinates": [ @@ -25,7 +30,9 @@ }, { "type": "Feature", "properties": { "City": "Portland" }, "geometry": { "type": "Point", "coordinates": [ @@ -36,7 +43,9 @@ }, { "type": "Feature", "properties": { "City": "Salt Lake City" }, "geometry": { "type": "Point", "coordinates": [ @@ -47,14 +56,29 @@ }, { "type": "Feature", "properties": { "City": "Washington DC" }, "geometry": { "type": "Point", "coordinates": [ -77.0361328125, 38.94659331893374 ] } }, { "type": "Feature", "properties": { "City": "Los Angeles" }, "geometry": { "type": "Point", "coordinates": [ -118.27056884765625, 34.057210513510306 ] } } ] } -
gavinr created this gist
Oct 14, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,60 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -73.970947265625, 40.730608477796636 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -122.3272705078125, 47.418795921472714 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -122.68844604492186, 45.508271755944975 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -111.9012451171875, 40.68063802521456 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ -77.0361328125, 38.94659331893374 ] } } ] }