forked from lyzidiamond/learn-geojson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
397bbc2
commit 904868e
Showing
1 changed file
with
326 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,326 @@ | ||
{"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]}}, {"type":"Feature","properties":{"Name":"Urban Airship","Contributor":"Mele Sax-Barnett","Reason":"Work"},"geometry":{"type":"Point","coordinates":[-122.68581748008728,45.52532940888953]}},{"type":"Feature","properties":{"Name":"Laurelhurst Park","Contributor":"Mele Sax-Barnett","Reason":"Parks are super awesome"},"geometry":{"type":"Point","coordinates":[-122.6266050338745,45.521052325434745]}},{"type":"Feature","properties":{"Name":"Burnside Bridge","Contributor":"Mele Sax-Barnett","Reason":"Nice sunset views from this bridge"},"geometry":{"type":"Point","coordinates":[-122.66765356063841,45.52303681232294]}}, {"type":"Feature","properties":{"my polygon":"it's here","Name":""},"geometry":{"type":"Polygon","coordinates":[[[-122.65522956848145,45.52709577202709],[-122.65849113464355,45.5248708970505],[-122.65437126159667,45.52932055900778],[-122.66312599182129,45.53316863144605],[-122.66269683837889,45.52547222328921],[-122.66939163208006,45.52631406922477],[-122.6802921295166,45.52883953144113],[-122.67462730407713,45.526133674727724],[-122.66776084899902,45.523307418747905],[-122.67574310302734,45.51927825517256],[-122.66724586486816,45.520360745375115],[-122.65969276428224,45.51675236370981],[-122.65591621398926,45.51987964118952],[-122.66166687011719,45.52078170816289],[-122.66166687011719,45.52276620459637],[-122.65437126159667,45.522645934077865],[-122.64776229858397,45.52517156097332],[-122.65522956848145,45.52709577202709]]]}}, {"type":"Feature","properties":{"Name":"The Commons Brewery","Reason":"Farmhouse ales, duh.","Contributor":"Dillon Mahmoudi"},"geometry":{"type":"Point","coordinates":[-122.65646338462828,45.50939957000803]}}, {"type":"Feature","properties":{"Name":"Kenilworth Coffeehouse","Utility":"Excellent biscuits","Coffee":"Yes"},"geometry":{"type":"Point","coordinates":[-122.62415885925294,45.49347274225822]}}, {"type":"Feature","properties":{"Name":"Half Pint Coffee","Contributor":"Ana Tighe","Reason":"Best lattes and fun toys"},"geometry":{"type":"Point","coordinates":[-122.66003608703613,45.521578521959405]}}, {"type":"Feature","properties":{"Name":"iSite Design","Contributor":"Ed Borasky","Reason":"User Group Meetings"},"geometry":{"type":"Point","coordinates":[-122.69170761108397,45.532567387482466]}},{"type":"Feature","properties":{"Name":"Ava Roasteria","Contributor":"Ed Borasky","Reason":"24 hour coffee shop"},"geometry":{"type":"Point","coordinates":[-122.8325343132019,45.42984837446439]}}]} | ||
{ | ||
"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 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Urban Airship", | ||
"Contributor":"Mele Sax-Barnett", | ||
"Reason":"Work" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.68581748008728, | ||
45.52532940888953 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Laurelhurst Park", | ||
"Contributor":"Mele Sax-Barnett", | ||
"Reason":"Parks are super awesome" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.6266050338745, | ||
45.521052325434745 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Burnside Bridge", | ||
"Contributor":"Mele Sax-Barnett", | ||
"Reason":"Nice sunset views from this bridge" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.66765356063841, | ||
45.52303681232294 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"my polygon":"it's here", | ||
"Name":"" | ||
}, | ||
"geometry":{ | ||
"type":"Polygon", | ||
"coordinates":[ | ||
[ | ||
[ | ||
-122.65522956848145, | ||
45.52709577202709 | ||
], | ||
[ | ||
-122.65849113464355, | ||
45.5248708970505 | ||
], | ||
[ | ||
-122.65437126159667, | ||
45.52932055900778 | ||
], | ||
[ | ||
-122.66312599182129, | ||
45.53316863144605 | ||
], | ||
[ | ||
-122.66269683837889, | ||
45.52547222328921 | ||
], | ||
[ | ||
-122.66939163208006, | ||
45.52631406922477 | ||
], | ||
[ | ||
-122.6802921295166, | ||
45.52883953144113 | ||
], | ||
[ | ||
-122.67462730407713, | ||
45.526133674727724 | ||
], | ||
[ | ||
-122.66776084899902, | ||
45.523307418747905 | ||
], | ||
[ | ||
-122.67574310302734, | ||
45.51927825517256 | ||
], | ||
[ | ||
-122.66724586486816, | ||
45.520360745375115 | ||
], | ||
[ | ||
-122.65969276428224, | ||
45.51675236370981 | ||
], | ||
[ | ||
-122.65591621398926, | ||
45.51987964118952 | ||
], | ||
[ | ||
-122.66166687011719, | ||
45.52078170816289 | ||
], | ||
[ | ||
-122.66166687011719, | ||
45.52276620459637 | ||
], | ||
[ | ||
-122.65437126159667, | ||
45.522645934077865 | ||
], | ||
[ | ||
-122.64776229858397, | ||
45.52517156097332 | ||
], | ||
[ | ||
-122.65522956848145, | ||
45.52709577202709 | ||
] | ||
] | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"The Commons Brewery", | ||
"Reason":"Farmhouse ales, duh.", | ||
"Contributor":"Dillon Mahmoudi" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.65646338462828, | ||
45.50939957000803 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Kenilworth Coffeehouse", | ||
"Utility":"Excellent biscuits", | ||
"Coffee":"Yes" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.62415885925294, | ||
45.49347274225822 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Half Pint Coffee", | ||
"Contributor":"Ana Tighe", | ||
"Reason":"Best lattes and fun toys" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.66003608703613, | ||
45.521578521959405 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"iSite Design", | ||
"Contributor":"Ed Borasky", | ||
"Reason":"User Group Meetings" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.69170761108397, | ||
45.532567387482466 | ||
] | ||
} | ||
}, | ||
{ | ||
"type":"Feature", | ||
"properties":{ | ||
"Name":"Ava Roasteria", | ||
"Contributor":"Ed Borasky", | ||
"Reason":"24 hour coffee shop" | ||
}, | ||
"geometry":{ | ||
"type":"Point", | ||
"coordinates":[ | ||
-122.8325343132019, | ||
45.42984837446439 | ||
] | ||
} | ||
} | ||
] | ||
} |