From eb9dccfc23809bfac08f63394762fecbfaba76a1 Mon Sep 17 00:00:00 2001 From: Jfact0ry Date: Fri, 5 Dec 2014 11:00:45 -0900 Subject: [PATCH 1/2] Added Waffle Window Let's hope this works *crosses fingers* (the preview worked) --- geojson/pdxplaces.geojson | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/geojson/pdxplaces.geojson b/geojson/pdxplaces.geojson index 5102aa4..1ad09df 100644 --- a/geojson/pdxplaces.geojson +++ b/geojson/pdxplaces.geojson @@ -387,6 +387,21 @@ 45.523358157307676 ] } + }, + { + "type": "Feature", + "properties": { + "Name": "Waffle Window", + "Contributor": "Joshua Houston", + "Reason": "Delicious waffles" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -122.62656211853026, + 45.51194458737224 + ] + } } ] -} \ No newline at end of file +} From c36b6b5051550d14570c59c60a0760a4693b52a8 Mon Sep 17 00:00:00 2001 From: Jfact0ry Date: Thu, 22 Jan 2015 16:13:42 -0900 Subject: [PATCH 2/2] Update pdxplaces.geojson Updated from a recent trip to Portland. Added Kayak museum, Salt&Straw Ice Cream, Roman Candle Baking Co., and Blue Star Donuts. --- geojson/pdxplaces.geojson | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/geojson/pdxplaces.geojson b/geojson/pdxplaces.geojson index 1ad09df..9dedb09 100644 --- a/geojson/pdxplaces.geojson +++ b/geojson/pdxplaces.geojson @@ -402,6 +402,66 @@ 45.51194458737224 ] } + }, + { + "type": "Feature", + "properties": { + "Name": "Roman Candle Baking Co.", + "Contributor": "Joshua Houston", + "Reason": "Gourmet Pop Tarts!" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -122.6298773288727, + 45.50500096737137 + ] + } + }, + { + "type": "Feature", + "properties": { + "Name": "Salt & Straw Ice Cream", + "Contributor": "Joshua Houston", + "Reason": "Pint milkshakes" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -122.63067126274107, + 45.504985928824084 + ] + } + }, + { + "type": "Feature", + "properties": { + "Name": "Blue Star Donuts", + "Contributor": "Joshua Houston", + "Reason": "Alcohol injected donuts" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -122.62871861457825, + 45.51221524714587 + ] + } + }, + { + "type": "Feature", + "properties": { + "Name": "Lincoln St. Kayak + Canoe Museum", + "Contributor": "Joshua Houston", + "Reason": "Tons of gorgeous hand-made kayaks!" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -122.6072609424591, + 45.5078694967952 + ] + } } ] }