mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

Limit geom by BBOX #170

Closed ingalls closed 5 years ago

ingalls commented 5 years ago

Context

I misunderstood what ST_AsMVTGeom was expecting under the hood and assumed it would perform an RTree lookup on the provided geometry column.

In testing due to a limited database size, the tiles were being generated performantly.

This filters the geometry pool by adding an ST_Intersects clause with the bounding box

cc/ @ingalls