Skip to content

Commit

Permalink
Merge pull request #28 from lindenosk/master
Browse files Browse the repository at this point in the history
Oskar pull request
  • Loading branch information
dansand committed Feb 3, 2016
2 parents cb9d632 + f513f13 commit 1f4bf57
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/JellyStone.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": "Jelly Stone",
"Address": "179 Albion St, Brunswick",
"Review": "Nice building, 4/5.",
"Contributor": "Oskar"
},
"geometry": {
"type": "Point",
"coordinates": [
144.96407121419907,
-37.76086362910393
]
}
}
]
}

0 comments on commit 1f4bf57

Please sign in to comment.