Skip to content

Commit

Permalink
Merge pull request #43 from samills/master
Browse files Browse the repository at this point in the history
Create Stove Top.geojsons
  • Loading branch information
dansand committed Mar 31, 2016
2 parents d5329bb + 11565e9 commit 8bcaec9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions geojsons/Stove Top.geojsons
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"Name": "Stove-top",
"Address ": "100 Leicester street",
"Review": "Fine. Good pythons upstairs"
},
"geometry": {
"type": "Point",
"coordinates": [
144.9605843424797,
-37.80372737359558
]
}
}
]
}

0 comments on commit 8bcaec9

Please sign in to comment.