Extends
Methods
-
Get the feature format assigned for reading this tile's features.
Returns:
Feature format.
-
Get the tile coordinate for this tile.
Returns:
The tile coordinate.
-
Load the image or retry if loading previously failed. Loading is taken care of by the tile queue, and calling this method is only needed for preloading or for reloading in case of an error.
-
setFeatures(features)
src/ol/vectortile.js, line 176 -
Name Type Description featuresArray.<ol.Feature> Features.
-
setLoader(loader)
src/ol/vectortile.js, line 206 -
Set the feature loader for reading this tile's features.
Name Type Description loaderol.FeatureLoader Feature loader.
-
setProjection(projection)
src/ol/vectortile.js, line 187 -
Set the projection of the features that were added with
#setFeatures.Name Type Description projectionol.proj.Projection Feature projection.
OpenLayers