whosonfirst / go-whosonfirst-tile38

Go package for working with Who's On First documents and the Tile38 datastore
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Index bounding boxes for each poly rather than the union of all polygons #5

Open thisisaaronland opened 7 years ago

thisisaaronland commented 7 years ago

For example, indexing the US in bbox mode would result in 6+ bounding boxes being added rather than one.

thisisaaronland commented 6 years ago

This should be possible (easier) once https://github.com/whosonfirst/go-whosonfirst-geojson-v2 gets marked as "stable".