Skip to content

Commit

Permalink
using geografa
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzidiamond committed Oct 16, 2013
2 parents ddd6c17 + f14ae73 commit 788ea36
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
7 changes: 6 additions & 1 deletion geojson/pdxplaces.geojson
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"Name":"Oregon State Office Building","Contributor":"Lyzi Diamond","Reason":"Work"},"geometry":{"type":"Point","coordinates":[-122.6579761505127,45.52822320885938]}},{"type":"Feature","properties":{"Name":"Tiny's Southeast","Contributor":"Lyzi Diamond","Reason":"Favorite Coffee Shop"},"geometry":{"type":"Point","coordinates":[-122.65341103076935,45.512640029999396]}},{"type":"Feature","properties":{"Name":"First Unitarian Church","Contributor":"Lyzi Diamond","Reason":"Where I Play Handbells"},"geometry":{"type":"Point","coordinates":[-122.68582820892333,45.518188226633455]}},{"type":"Feature","properties":{"Name":"Big Arrow","Contributor":"geografa","Reason":"look!"},"geometry":{"type":"Polygon","coordinates":[[[-122.68239498138428,45.5239087616988],[-122.67308235168457,45.52378849362283],[-122.6689624786377,45.524630364755225],[-122.6736831665039,45.53052310992679],[-122.66900539398193,45.52841862894573],[-122.6581048965454,45.52234525665672],[-122.67110824584961,45.515970517182474],[-122.66836166381836,45.52234525665672],[-122.68260955810545,45.52186416944047],[-122.68239498138428,45.5239087616988]]]}},{"type":"Feature","properties":{"Name":"place 2","Contributor":"geografa","Reason":2},"geometry":{"type":"Point","coordinates":[-122.67776012420654,45.5298015824607]}}]}
<<<<<<< HEAD
=======
<<<<<<< HEAD

>>>>>>> geografa-master
"type":"FeatureCollection","features":[{"type":"Feature","properties":{"Name":"Oregon State Office Building","Contributor":"Lyzi Diamond","Reason":"Work"},"geometry":{"type":"Point","coordinates":[-122.6579761505127,45.52822320885938]}},{"type":"Feature","properties":{"Name":"Tiny's Southeast","Contributor":"Lyzi Diamond","Reason":"Favorite Coffee Shop"},"geometry":{"type":"Point","coordinates":[-122.65341103076935,45.512640029999396]}},{"type":"Feature","properties":{"Name":"First Unitarian Church","Contributor":"Lyzi Diamond","Reason":"Where I Play Handbells"},"geometry":{"type":"Point","coordinates":[-122.68582820892333,45.518188226633455]}},{"type":"Feature","properties":{"Name":"Big Arrow","Contributor":"geografa","Reason":"look!"},"geometry":{"type":"Polygon","coordinates":[[[-122.68239498138428,45.5239087616988],[-122.67308235168457,45.52378849362283],[-122.6689624786377,45.524630364755225],[-122.6736831665039,45.53052310992679],[-122.66900539398193,45.52841862894573],[-122.6581048965454,45.52234525665672],[-122.67110824584961,45.515970517182474],[-122.66836166381836,45.52234525665672],[-122.68260955810545,45.52186416944047],[-122.68239498138428,45.5239087616988]]]}},{"type":"Feature","properties":{"Name":"place 2","Contributor":"geografa","Reason":2},"geometry":{"type":"Point","coordinates":[-122.67776012420654,45.5298015824607]}}]}
65 changes: 65 additions & 0 deletions pdxplaces.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Oregon State Office Building",
"Contributor": "Lyzi Diamond",
"Reason": "Work"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.6579761505127,
45.52822320885938
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Tiny's Southeast",
"Contributor": "Lyzi Diamond",
"Reason": "Favorite Coffee Shop"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.65341103076935,
45.512640029999396
]
}
},
{
"type": "Feature",
"properties": {
"Name": "First Unitarian Church",
"Contributor": "Lyzi Diamond",
"Reason": "Where I Play Handbells"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.68582820892333,
45.518188226633455
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Bocce Court",
"Contributor": "geografa",
"Reason": "http://https://vine.co/v/hbpVueATxIi"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.6788866519928,
45.52623138848544
]
}
}
]
}

0 comments on commit 788ea36

Please sign in to comment.