Classes
Type Definitions
-
Options{Object}
-
Properties:
Name Type Argument Default Description projection
module:ol/proj~ProjectionLike <optional>
'EPSG:3857' Optional projection.
tileGrid
module:ol/tilegrid/TileGrid~TileGrid <optional>
Tile grid.
wrapX
boolean <optional>
true Whether to wrap the world horizontally.
zDirection
number <optional>
0 Set to
1
when debuggingVectorTile
sources with a default configuration. Indicates which resolution should be used by a renderer if the view resolution does not match any resolution of the tile source. If 0, the nearest resolution will be used. If 1, the nearest lower resolution will be used. If -1, the nearest higher resolution will be used.