new MVT(opt_options)
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
Extends
Methods
-
Read all features.
Name Type Description source
ArrayBuffer Source.
options
Read options.
Name Type Description dataProjection
module:ol/proj~ProjectionLike Projection of the data we are reading. If not provided, the projection will be derived from the data (where possible) or the
dataProjection
of the format is assigned (where set). If the projection can not be derived from the data and if nodataProjection
is set for a format, the features will not be reprojected.extent
module:ol/extent~Extent Tile extent in map units of the tile being read. This is only required when reading data with tile pixels as geometry units. When configured, a
dataProjection
withTILE_PIXELS
asunits
and the tile's pixel extent asextent
needs to be provided.featureProjection
module:ol/proj~ProjectionLike Projection of the feature geometries created by the format reader. If not provided, features will be returned in the
dataProjection
.Returns:
Features.
-
Read the projection from a source.
Name Type Description source
Document | Node | Object | string Source.
Returns:
Projection.
-
setLayers(layers)
format/MVT.js, line 292 -
Sets the layers that features will be read from.
Name Type Description layers
Array.<string> Layers.