VectorSourceSpecification
A vector tile source. Tiles must be in Mapbox Vector Tile format. All geometric coordinates in vector tiles must be between -1 * extent and (extent * 2) - 1 inclusive. All layers that use a vector source must specify a source-layer value. Note that features are only rendered within their originating tile, which may lead to visual artifacts when large values for width, radius, size or offset are specified. To mitigate rendering issues, either reduce the value of the property causing the artifact or, if you have control over the tile generation process, increase the buffer size to ensure that features are fully rendered within the tile.
Properties
Contains an attribution to be displayed when map is shown to a user.
An array containing longitude and latitude of southwest and northeast corners of source's bounding box in following order: sw.lng, sw.lat, ne.lng, ne.lat. When this property is included in a source, no tiles outside of given bounds are requested by MapLibre. Defaults to -180, -85.051129, 180, 85.051129
A property to use as a feature id (for feature state). Either a property name, or an object of form {<sourceLayer>: <propertyName>}. If specified as a string for a vector tile source, same property is used across all its source layers.