Skip to content

Commit

Permalink
Merge pull request #42 from anaestheteick/master
Browse files Browse the repository at this point in the history
Hey - this is a pull request!
  • Loading branch information
dansand committed May 31, 2016
2 parents cf0412b + 922e95c commit 335f33f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions geojsons/la_condesa.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": "La Condesa",
"Address": " 234 Johnston St, Fitzroy VIC 3065",
"Review": "Amazing taqueria!",
"Contributor": "Carl Higgs"
},
"geometry": {
"type": "Point",
"coordinates": [
144.98278498649597,
-37.799009763651384
]
}
}
]
}

0 comments on commit 335f33f

Please sign in to comment.