Skip to content

Commit

Permalink
Start playing with GeoJSON. ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanegan committed Aug 4, 2013
1 parent bc6dabb commit 02f4292
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Germany/Berlin.geojson
@@ -0,0 +1,19 @@
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"Name": "The Barn",
"Type": "Café",
"Address": "Auguststraße 58, 10119",
"How Many Dylans?": ""
},
"geometry": {
"type": "Point",
"coordinates": [
13.398130238056183,
52.52745564968129
]
}
}]
}

0 comments on commit 02f4292

Please sign in to comment.