quadbinTilesetSource
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use quadbinTableSource to build layers and widgets using pre-generated CARTO tilesets stored in your data warehouse that contain:
Quadbin-based data: a column containing a
tableName: The fully qualified name (FQN) of the pre-generated tileset you want to retrieve from your data warehouse. For example, for a BigQuery connection, carto-demo-data.demo_tilesets.quadbin_tileset
would be a valid table name.
wwidgetWorker (optional): A boolean that enables or disables the use of Web Workers to perform for .
quadbinTilesetSource
is compatible with the following layers from the @deck.gl/carto
module:
quadbinTilesetSource
is compatible with the following widget models:
The response of quadbinTilesetSource
is a promise that can be resolved and used in and .
Widget models for tilesets are calculated client side. Precision might be lower, especially at low zoom levels (ie: when covering a large surface of the earth). .