Add useInterimTilesOnError property to ol.layer.Tile

This commit is contained in:
Tom Payne
2014-02-24 21:30:39 +01:00
parent 8c665c0bb1
commit d0a352816c
2 changed files with 33 additions and 1 deletions

View File

@@ -533,6 +533,8 @@
* (inclusive) at which this layer will be visible.
* @property {number|undefined} maxResolution The maximum resolution
* (exclusive) below which this layer will be visible.
* @property {boolean|undefined} useInterimTilesOnError Use interim tiles on
* error. Default is `true`.
* @todo stability experimental
*/