heavyai / heavyai-charting

Dimensional charting built to work natively with crossfilter rendered using d3.js
https://heavyai.github.io/heavyai-charting/
Other
399 stars 73 forks source link

[FE-16108] Add bbox filter for contour lines layer #612

Closed johallar closed 1 year ago

johallar commented 1 year ago

Polygon layer includes the bbox filter in _genVega and passes along, line layer does not so this moves the bbox query generation to a utility and uses in polygon and line raster layer mixins.

This also fixes the query when using geo points instead of lat/lng, convo: https://heavy-ai.slack.com/archives/C045DL4QM0D/p1670271981480729

Merge Checklist

:wrench: Issue(s) fixed:

:smoking: Smoke Test

:ship: Merge