whosonfirst / go-whosonfirst-pip-v2

An in-memory point-in-polygon (reverse geocoding) package for GeoJSON data, principally Who's On First data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a local/custom db.Table definition for properties

thisisaaronland opened this issue · comments

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...