Skip to content

Commit

Permalink
Create theblacksmith.geojson
Browse files Browse the repository at this point in the history
added cafe at PW
  • Loading branch information
LizSeabrook committed Mar 31, 2016
1 parent 013f4b8 commit 1b3b4c8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/theblacksmith.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": "The Blacksmith",
"Address": "Belgrave",
"Review": "Almond croissants!",
"Contributor": "Liz"
},
"geometry": {
"type": "Point",
"coordinates": [
145.35494685173035,
-37.90877177569211
]
}
}
]
}

0 comments on commit 1b3b4c8

Please sign in to comment.