Skip to content

Commit

Permalink
Create jauja.geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
njcaruana committed Mar 31, 2016
1 parent 013f4b8 commit 5cdbb65
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions geojsons/jauja.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#ff4bea",
"marker-size": "medium",
"marker-symbol": "",
"Name": " Helados Jauja",
"Address": "254 Lygon St",
"Review": "Ice-Cream!"
},
"geometry": {
"type": "Point",
"coordinates": [
144.96691435575485,
-37.801423708630026
]
}
}
]
}

0 comments on commit 5cdbb65

Please sign in to comment.