Skip to content

Instantly share code, notes, and snippets.

@gavinr
Last active January 20, 2021 01:27
Show Gist options
  • Save gavinr/65fa68567a018554f917b446aae95df4 to your computer and use it in GitHub Desktop.
Save gavinr/65fa68567a018554f917b446aae95df4 to your computer and use it in GitHub Desktop.

Revisions

  1. gavinr revised this gist Jan 20, 2021. 1 changed file with 0 additions and 62 deletions.
    62 changes: 0 additions & 62 deletions usa-soccer-missing-cities.geojson
    Original file line number Diff line number Diff line change
    @@ -17,36 +17,6 @@
    ]
    }
    },
    {
    "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": {
    @@ -61,38 +31,6 @@
    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
    ]
    }
    }
    ]
    }
  2. gavinr revised this gist Oct 14, 2019. No changes.
  3. gavinr created this gist Oct 14, 2019.
    98 changes: 98 additions & 0 deletions usa-soccer-missing-cities.geojson
    Original 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
    ]
    }
    }
    ]
    }