vectorTilesetSource
You can use vectorTilesetSource to build layers and widgets using pre-generated CARTO tilesets stored in your data warehouse that contain:
Vector data:
points,
lines,
polygons
etc...
Usage
Options
tableName: The fully qualified name (FQN) of the tileset you want to retrieve from your data warehouse. For example, for a BigQuery connection,
carto-demo-data.demo_tables.sample_tileset
would be a valid table name.
Response
Connection compatibility
Layer compatibility
vectorTableSource
is compatible with the following layers from the @deck.gl/carto
module:
Widget model compatibility
vectorTableSource
is compatible with the following widget models:
Last updated
Was this helpful?