Skip to content

Commit

Permalink
added point
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneycl committed Apr 28, 2014
1 parent 477284c commit 1ed9163
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions geojson/pdxplaces.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,21 @@
]
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Somewhere in the hills",
"Contributor": "Courtney Claessens",
"Reason": "playing around!"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.72071838378905,
45.52078170816289
]
}
}
]
}

0 comments on commit 1ed9163

Please sign in to comment.