Code4HR / local-art-api

Public Art Installations in Norfolk, VA
https://localartapi-code4hr.rhcloud.com/
GNU Affero General Public License v3.0
4 stars 4 forks source link

Update GET routes to filter GeoJSON instead of hand-rolled JSON. #19

Closed ghost closed 9 years ago

ghost commented 10 years ago

Following #18, we need to update the routes to filter from the recently added GeoJSON into the format iArtNorfolk expects.

ghost commented 10 years ago

I may fork this soon and try my hand at it, since I currently got nothing to do at work.

ghost commented 9 years ago

@jonahadkins, did you put in all of the exhibits into OSM or just a select few? Noticed this.

jonahadkins commented 9 years ago

That was a test I did during a hack night.. i will probably do a bulk import of the geojson..if it's ready..

ghost commented 9 years ago

Okay, cool. I just created an account specifically for iArtNorfolk to use with the Node.js proxy so we can update directly using that.

I want to use OAuth instead of basic authentication, and I figure we should have the proxy handle the selects and modifications to OSM and any image store we end up using. Searching using the API proper seems kinda painful at the moment, though. I wish an easier way to search via node tourism types existed in the default OSM API.

ghost commented 9 years ago

Closing since #23 encompasses this.