Revisions
-
Andrew Nesbitt revised this gist
Jun 16, 2014 . 1 changed file with 1 addition and 1 deletion.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 @@ -7,7 +7,7 @@ "marker-symbol": "beer", "marker-size": "large", "What": "London Meetup", "Venue": "Electricity Showrooms", "Address": "39A Hoxton Square, London, UK, N1 6NN", "When": "Thursday, June 19th, 7:30pm" }, -
Andrew Nesbitt revised this gist
Jun 11, 2014 . 1 changed file with 1 addition and 1 deletion.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 @@ -15,7 +15,7 @@ "type": "Point", "coordinates": [ -0.0803095, 51.5275981 ] } } -
Andrew Nesbitt revised this gist
Jun 11, 2014 . 1 changed file with 2 additions and 2 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 @@ -14,8 +14,8 @@ "geometry": { "type": "Point", "coordinates": [ -0.0803095, -51.5275981 ] } } -
Andrew Nesbitt revised this gist
Jun 11, 2014 . 1 changed file with 6 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,18 +4,18 @@ { "type": "Feature", "properties": { "marker-symbol": "beer", "marker-size": "large", "What": "London Meetup", "Venue": "Townshend’s Alberta Street Teahouse", "Address": "39A Hoxton Square, London, UK, N1 6NN", "When": "Thursday, June 19th, 7:30pm" }, "geometry": { "type": "Point", "coordinates": [ -51.5275981, -0.0803095 ] } } -
afeld revised this gist
May 7, 2014 . 1 changed file with 1 addition and 1 deletion.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 @@ -15,7 +15,7 @@ "type": "Point", "coordinates": [ -122.642357, 45.559205 ] } } -
afeld revised this gist
May 7, 2014 . 1 changed file with 2 additions and 2 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 @@ -14,8 +14,8 @@ "geometry": { "type": "Point", "coordinates": [ -122.642357, 45.559205, ] } } -
afeld created this gist
May 7, 2014 .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,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 ] } } ] }