Closed thisisaaronland closed 6 years ago
So that we are only storing/retrieving properties rather than entire features (and their geometries)
The other alternative is to update the geojson table schema in go-whosonfirst-sqlite to store geometries and properties as separate columns/blobs but then it is always left as an exercise to the user to reconstruct the feature...
geojson
go-whosonfirst-sqlite
So that we are only storing/retrieving properties rather than entire features (and their geometries)
The other alternative is to update the
geojson
table schema ingo-whosonfirst-sqlite
to store geometries and properties as separate columns/blobs but then it is always left as an exercise to the user to reconstruct the feature...