Skip to content

Commit

Permalink
Merge pull request #19 from cobismith/master
Browse files Browse the repository at this point in the history
Create adelaideresistance.geojson
  • Loading branch information
dansand committed Feb 3, 2016
2 parents a92e435 + a359fcf commit 5079011
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions geojsons/adelaideresistance.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#4b0e6a",
"marker-size": "medium",
"marker-symbol": "",
"Name": "Mockingbird Lounge",
"Address": "63a Broadway Glenelg ",
"Review": "5 stars for games and books. Plenty of tables for playing Resistance "
},
"geometry": {
"type": "Point",
"coordinates": [
138.51726651191711,
-34.9879917294835
]
}
}
]
}

0 comments on commit 5079011

Please sign in to comment.