Skip to content

Commit

Permalink
Merge pull request #41 from pkern001/master
Browse files Browse the repository at this point in the history
Create JackHorner.geojsons
  • Loading branch information
dansand committed May 31, 2016
2 parents 335f33f + a77b0b0 commit 09cb4dd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/JackHorner.geojsons
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7f2a73",
"marker-size": "medium",
"marker-symbol": "",
"Name": "Jack Horner Cafe",
"Address": "179 Weston Street",
"Review": "Neighbourhood cafe - nice little place to stop by for a cuppa. Also sells some groceries",
"Contributor": "Peggy"
},
"geometry": {
"type": "Point",
"coordinates": [
144.97161626815796,
-37.775760644410504
]
}
}
]
}

0 comments on commit 09cb4dd

Please sign in to comment.