Type Definitions
-
olx.tilegrid.TileGridOptions{Object} experimental
-
Properties:
Name Type Argument Description minZoomnumber | undefined <optional>
Minimum zoom. Default is 0.
originol.Coordinate | undefined <optional>
Origin. Default is null.
originsArray.<ol.Coordinate> | undefined <optional>
Origins. If given, the array should match the
resolutionsarray, i.e. each resolution can have a different origin.resolutionsArray.<number> Resolutions.
tileSizenumber | undefined <optional>
Tile size. Default is 256. (Only square tiles are supported.)
tileSizesArray.<number> | undefined <optional>
Tile sizes. If given, the array should match the
resolutionsarray, i.e. each resolution can have a different tile size. -
olx.tilegrid.WMTSOptions{Object} experimental
-
Properties:
Name Type Argument Description originol.Coordinate | undefined <optional>
Origin.
originsArray.<ol.Coordinate> | undefined <optional>
Origins.
resolutionsArray.<number> Resolutions.
matrixIdsArray.<string> matrix IDs.
tileSizenumber | undefined <optional>
Tile size.
tileSizesArray.<number> | undefined <optional>
Tile sizes.
-
olx.tilegrid.XYZOptions{Object} experimental
-
Properties:
Name Type Argument Description extentol.Extent | undefined <optional>
Extent for the tile grid. The origin for an XYZ tile grid is the top-left corner of the extent. The zero level of the grid is defined by the resolution at which one tile fits in the provided extent. If not provided, the extent of the EPSG:3857 projection is used.
maxZoomnumber | undefined <optional>
Maximum zoom. The default is
ol.DEFAULT_MAX_ZOOM. This determines the number of levels in the grid set. For example, amaxZoomof 21 means there are 22 levels in the grid set.minZoomnumber | undefined <optional>
Minimum zoom. Default is 0.
tileSizenumber | undefined <optional>
Tile size in pixels. Default is 256. (Only square tiles are supported.)
-
olx.tilegrid.ZoomifyOptions{Object} experimental
-
Properties:
Name Type Description resolutionsArray.<number> Resolutions.