Skip to content

Commit

Permalink
Merge pull request #49 from emorrisroe/master
Browse files Browse the repository at this point in the history
Create AMinorPlace.geojson
  • Loading branch information
dansand committed Mar 31, 2016
2 parents 4a57e26 + 266d756 commit 7556f74
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/AMinorPlace.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7E7E7E",
"marker-size": "medium",
"marker-symbol": "",
"Cafe Name": "A Minor Place",
"Cafe Address": "103 Albion St, Brunswick VIC 3056",
"Review": "****",
"Contributor": "Emma M"
},
"geometry": {
"type": "Point",
"coordinates": [
144.96963411569595,
-37.76150189182753
]
}
}
]
}

0 comments on commit 7556f74

Please sign in to comment.