Skip to content

Commit

Permalink
Merge pull request #25 from ysmohan/master
Browse files Browse the repository at this point in the history
Create PennyFarthing.geojson
  • Loading branch information
dansand committed Feb 3, 2016
2 parents f99c377 + af34b5c commit eed9abb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/PennyFarthing.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": "",
"Name": "Penny Farthing",
"Address": "High st, Northcote",
"Review": "Coffee is amaze",
"Contributor": "Yamni"
},
"geometry": {
"type": "Point",
"coordinates": [
144.99828815460205,
-37.77422570779561
]
}
}
]
}

0 comments on commit eed9abb

Please sign in to comment.