Open thisisaaronland opened 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.
csv
geojson
Feature
Probably also obviates the need for https://github.com/whosonfirst/go-whosonfirst-api/issues/5
Oh right... this will need to fetch the entire record :-P
Basically this is a combination of the existing
csv
andgeojson
response formats: One string encoded GeoJSONFeature
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