Skip to content

Instantly share code, notes, and snippets.

@andrew
Forked from afeld/map.geojson
Last active August 29, 2015 14:02

Revisions

  1. Andrew Nesbitt revised this gist Jun 16, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion map.geojson
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    "marker-symbol": "beer",
    "marker-size": "large",
    "What": "London Meetup",
    "Venue": "Townshend’s Alberta Street Teahouse",
    "Venue": "Electricity Showrooms",
    "Address": "39A Hoxton Square, London, UK, N1 6NN",
    "When": "Thursday, June 19th, 7:30pm"
    },
  2. Andrew Nesbitt revised this gist Jun 11, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion map.geojson
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "type": "Point",
    "coordinates": [
    -0.0803095,
    -51.5275981
    51.5275981
    ]
    }
    }
  3. Andrew Nesbitt revised this gist Jun 11, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions map.geojson
    Original file line number Diff line number Diff line change
    @@ -14,8 +14,8 @@
    "geometry": {
    "type": "Point",
    "coordinates": [
    -51.5275981,
    -0.0803095
    -0.0803095,
    -51.5275981
    ]
    }
    }
  4. Andrew Nesbitt revised this gist Jun 11, 2014. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions map.geojson
    Original file line number Diff line number Diff line change
    @@ -4,18 +4,18 @@
    {
    "type": "Feature",
    "properties": {
    "marker-symbol": "cafe",
    "marker-symbol": "beer",
    "marker-size": "large",
    "What": "Portland Meetup",
    "What": "London Meetup",
    "Venue": "Townshend’s Alberta Street Teahouse",
    "Address": "2223 NE Alberta Street, Portland, OR 97211",
    "When": "Thursday, May 8th, 7:30-9:30pm"
    "Address": "39A Hoxton Square, London, UK, N1 6NN",
    "When": "Thursday, June 19th, 7:30pm"
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -122.642357,
    45.559205
    -51.5275981,
    -0.0803095
    ]
    }
    }
  5. @afeld afeld revised this gist May 7, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion map.geojson
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "type": "Point",
    "coordinates": [
    -122.642357,
    45.559205,
    45.559205
    ]
    }
    }
  6. @afeld afeld revised this gist May 7, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions map.geojson
    Original file line number Diff line number Diff line change
    @@ -14,8 +14,8 @@
    "geometry": {
    "type": "Point",
    "coordinates": [
    -84.386605,
    33.761364
    -122.642357,
    45.559205,
    ]
    }
    }
  7. @afeld afeld created this gist May 7, 2014.
    23 changes: 23 additions & 0 deletions map.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {
    "marker-symbol": "cafe",
    "marker-size": "large",
    "What": "Portland Meetup",
    "Venue": "Townshend’s Alberta Street Teahouse",
    "Address": "2223 NE Alberta Street, Portland, OR 97211",
    "When": "Thursday, May 8th, 7:30-9:30pm"
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -84.386605,
    33.761364
    ]
    }
    }
    ]
    }