Added
- Added a
modequery parameter to GET /v1/property/tiles/{z}/{x}/{y}, one ofhits(the default) ordensity. Indensitymode the tile returns a 128 by 128 grid in itsaggslayer, where each cell carries a count and an averagepricing.currentSale. The grid is never truncated, so every matching property is represented at any zoom, which suits low-zoom heat maps.
Changed
- In the default
hitsmode, individual property features are now ordered bypricing.currentSalein descending order. When a dense tile reaches the per-tile feature cap, the highest-priced properties are the ones retained, so the features on a tile are stable and predictable from one request to the next.