whosonfirst / whosonfirst-www-api

4 stars 2 forks source link

Add "line-separated geojson" as a valid output format #43

Open thisisaaronland opened 7 years ago

thisisaaronland commented 7 years ago

Basically this is a combination of the existing csv and geojson response formats: One string encoded GeoJSON Feature per line, separated by a new line with all the pagination hoohah in the headers.

Probably also obviates the need for https://github.com/whosonfirst/go-whosonfirst-api/issues/5

thisisaaronland commented 7 years ago

Oh right... this will need to fetch the entire record :-P