Skip to content

Commit

Permalink
Merge pull request #44 from kennyjaiz/master
Browse files Browse the repository at this point in the history
Create another7seeds.geojsons
  • Loading branch information
dansand committed Mar 31, 2016
2 parents 1938000 + 0c1b3dd commit cf0412b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/another7seeds.geojsons
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#8080ff",
"marker-size": "medium",
"marker-symbol": "star",
"Name": "7 Seeds",
"Address": "114/106-114 Berkeley St Carlton VIC 3053",
"Review": "Good",
"Contributor": "Me!"
},
"geometry": {
"type": "Point",
"coordinates": [
144.9590903520584,
-37.80287966715224
]
}
}
]
}

0 comments on commit cf0412b

Please sign in to comment.