Migrating Vega Code to Dynamic Poly Rendering
Am I Using the Poly Cache?
...,
"data": [
{
"name": "polys",
"format": "polys",
"sql": "SELECT rowid from zipcodes WHERE ST_XMax(heavyai_geo) > -160.0 AND ST_XMin(heavyai_geo) <
160.0 AND ST_YMax(heavyai_geo) > -60.0 AND ST_YMin(heavyai_geo) < 60.0"
}
],
...Migrating Your Code
Example 1 - Simple projection query
Last updated
Was this helpful?

