MapBox MBTiles Vector Tiles (MVT) Reader Parameters

Dataset Parameters

Zoom Level

Specifies the zoom level that will be used when reading the MBTiles MVT file. A value of Maximum will read the zoom level stored in the metadata table as maxzoom.

If maxzoom does not exist in the metadata table, then most resolute zoom level that has at least one tile in the tiles table will be read.

Spatial Filter

This parameter contains the following options:

  • Source Data Bounds – The Bounds metadata item is read from the MBTiles file and used as the spatial filter.
  • Search Envelope – Enables the Use Search Envelope parameter. The minimum and maximum x and y parameters define a Spatial Filter for the input features. You can also specify a coordinate system that applies to the values in the box. The x and y values are initially set to EPSG:3857 Spherical Mercator.
  • None – No spatial filter will be used.

Only features that intersect with the Spatial Filter are returned.

Clip Geometries to Tile Extents

Generators of vector tiles will typically create geometries with a small buffer beyond the tile extent so that geometries intersecting several tiles can be unioned back.

This option allows clipping of the geometries of input vector features to the tile extent.

The default is Yes – Any buffer geometries are removed and geometries are clipped to the tile extent.

Apply MVT Metadata

The reader will use vector_layers metadata to define feature types, but also temporarily serialize JSON metadata when reading MVT data. Enabling this option will parse complete metadata at the cost of additional processing time.

The default is No – Avoid reading the default metadata.json.

Use Search Envelope

Schema Attributes