Merge pull request #1757 from twpayne/interim-tiles-on-error

Add option to use interim tiles on tile errors
This commit is contained in:
Tom Payne
2014-02-26 16:36:52 +01:00
5 changed files with 56 additions and 7 deletions
+2
View File
@@ -539,6 +539,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
*/