Type Definitions
- 
    olx.tilegrid.TileGridOptions{Object} experimental
- 
    
    
    
Properties:Name Type Argument Description extentol.Extent | undefined <optional> 
 Extent for the tile grid. No tiles outside this extent will be requested by ol.source.Tilesources. When nooriginororiginsare configured, theoriginwill be set to the bottom-left corner of the extent. When nosizesare configured, they will be calculated from the extent.minZoomnumber | undefined <optional> 
 Minimum zoom. Default is 0. originol.Coordinate | undefined <optional> 
 Origin, i.e. the bottom-left corner of the grid. Default is null. originsArray.<ol.Coordinate> | undefined <optional> 
 Origins, i.e. the bottom-left corners of the grid for each zoom level. If given, the array length should match the length of the resolutionsarray, i.e. each resolution can have a different origin.resolutionsArray.<number> Resolutions. The array index of each resolution needs to match the zoom level. This means that even if a minZoomis configured, the resolutions array will have a length ofmaxZoom + 1.tileSizenumber | ol.Size | undefined <optional> 
 Tile size. Default is [256, 256].tileSizesArray.<(number|ol.Size)> | undefined <optional> 
 Tile sizes. If given, the array length should match the length of the resolutionsarray, i.e. each resolution can have a different tile size.
- 
    olx.tilegrid.WMTSOptions{Object} experimental
- 
    
    
    
Properties:Name Type Argument Description extentol.Extent | undefined <optional> 
 Extent for the tile grid. No tiles outside this extent will be requested by ol.source.WMTSsources. When nooriginororiginsare configured, theoriginwill be calculated from the extent. When nosizesare configured, they will be calculated from the extent.originol.Coordinate | undefined <optional> 
 Origin, i.e. the top-left corner of the grid. originsArray.<ol.Coordinate> | undefined <optional> 
 Origins, i.e. the top-left corners of the grid for each zoom level. The length of this array needs to match the length of the resolutionsarray.resolutionsArray.<number> Resolutions. The array index of each resolution needs to match the zoom level. This means that even if a minZoomis configured, the resolutions array will have a length ofmaxZoom + 1matrixIdsArray.<string> matrix IDs. The length of this array needs to match the length of the resolutionsarray.sizesArray.<ol.Size> | undefined <optional> 
 Number of tile rows and columns of the grid for each zoom level. The values here are the TileMatrixWidthandTileMatrixHeightadvertised in the GetCapabilities response of the WMTS, and define the grid's extent together with theorigin. Anextentcan be configured in addition, and will further limit the extent for which tile requests are made by sources.tileSizenumber | ol.Size | undefined <optional> 
 Tile size. tileSizesArray.<(number|ol.Size)> | undefined <optional> 
 Tile sizes. The length of this array needs to match the length of the resolutionsarray.widthsArray.<number> | undefined <optional> 
 Number of tile columns that cover the grid's extent for each zoom level. Only required when used with a source that has wrapXset totrue, and only when the grid's origin differs from the one of the projection's extent. The array length has to match the length of theresolutionsarray, i.e. each resolution will have a matching entry here.
- 
    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 | ol.Size | undefined <optional> 
 Tile size in pixels. Default is [256, 256].
- 
    olx.tilegrid.ZoomifyOptions{Object} experimental
- 
    
    
    
Properties:Name Type Description resolutionsArray.<number> Resolutions. 
 OpenLayers 3
 OpenLayers 3