MVTDataProvider

A Mapbox Vector Tiles (MVT) data provider. Loads .mvt or .pbf tiles, converting tiles dynamically (at runtime) into 3D Tiles.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional geographic extent in radians used to generate tile headers.

Link copied to clipboard

Resource derived from the URL template.

Link copied to clipboard
var show: JsAny

Determines if the generated tileset is shown.

Link copied to clipboard

Backing 3D Tileset.

Link copied to clipboard

URL template containing {z}/{x}/{y}.

Functions

Link copied to clipboard

Subclasses must return a runtime content codec describing how to turn a downloaded tile payload into a Cesium3DTileContent. See Cesium3DTileset._runtimeContentCodec for the expected shape.