For layer sources that provide pre-rendered, tiled images in grids that are
organized by zoom levels for specific resolutions.
Note that any property set in the options is set as a module:ol/Object~BaseObject
property on the layer object; for example, setting title: 'My Title' in the
options means that title is observable, and has get/set accessors.
Sets the layer as overlay on a map. The map will not manage
this layer in its layers collection, and the layer will be rendered on top. This is useful for
temporary layers. The standard way to add a layer to a map and have it managed by the map is to
use module:ol/Map#addLayer.
useInterimTilesOnError
boolean
true
Use interim tiles on error.
Methods
getPreload(){number}
layer/Tile.js, line 74
Return the level as number to which we will preload tiles up to.