Skip to content

Commit

Permalink
Merge pull request #46 from lapetel/master
Browse files Browse the repository at this point in the history
Create Padres.geojson
  • Loading branch information
dansand committed Mar 31, 2016
2 parents 0150292 + e06c5aa commit 8f1d435
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions geojsons/Padres.geojson
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": "Brunswick East Project",
"Address": "Lygon St Brunswick East",
"Review": "Mmmm coffee"
},
"geometry": {
"type": "Point",
"coordinates": [
144.9735689163208,
-37.76408245273553
]
}
}
]
}

0 comments on commit 8f1d435

Please sign in to comment.