Last active
January 20, 2021 01:27
-
-
Save gavinr/65fa68567a018554f917b446aae95df4 to your computer and use it in GitHub Desktop.
Revisions
-
gavinr revised this gist
Jan 20, 2021 . 1 changed file with 0 additions and 62 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 @@ -17,36 +17,6 @@ ] } }, { "type": "Feature", "properties": { @@ -61,38 +31,6 @@ 42.338244963350846 ] } } ] } -
gavinr revised this gist
Oct 14, 2019 . No changes.There are no files selected for viewing
-
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,98 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "marker-color": "#ff0000", "marker-size": "medium", "marker-symbol": "", "City": "St. Louis" }, "geometry": { "type": "Point", "coordinates": [ -90.17578124999999, 38.57393751557591 ] } }, { "type": "Feature", "properties": { "City": "Tampa", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", "coordinates": [ -82.44415283203125, 27.938607062267074 ] } }, { "type": "Feature", "properties": { "City": "San Diego", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", "coordinates": [ -117.04833984375001, 32.69486597787505 ] } }, { "type": "Feature", "properties": { "City": "Detroit", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", "coordinates": [ -83.0401611328125, 42.338244963350846 ] } }, { "type": "Feature", "properties": { "City": "Miami", "marker-color": "#ff0000", "marker-size": "medium", "marker-symbol": "" }, "geometry": { "type": "Point", "coordinates": [ -80.18920898437499, 25.740529092773226 ] } }, { "type": "Feature", "properties": { "marker-symbol": "", "City": "Phoenix", "marker-color": "#ff0000", "marker-size": "medium" }, "geometry": { "type": "Point", "coordinates": [ -112.08251953125, 33.422272258866045 ] } } ] }