Add tileRetryMax documentation.

This commit is contained in:
Dragos Daian 2023-01-23 19:49:43 +01:00
parent c3dec09d9c
commit 77bc130636

View File

@ -495,6 +495,9 @@
* @property {Number} [timeout=30000]
* The max number of milliseconds that an image job may take to complete.
*
* @property {Number} [tileRetryMax=0]
* The max number of retries when a tile download fails. By default it's 0, so retries are disabled.
*
* @property {Boolean} [useCanvas=true]
* Set to false to not use an HTML canvas element for image rendering even if canvas is supported.
*