Merge pull request #1036 from twpayne/async-tile-load

Asynchronos tile URL calculation
This commit is contained in:
Tom Payne
2013-09-20 02:23:09 -07:00
10 changed files with 70 additions and 3 deletions

View File

@@ -654,6 +654,8 @@
* @property {number|undefined} maxZoom Optional max zoom level. The default is
* 18.
* @property {number|undefined} minZoom Unsupported (TODO: remove this).
* @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional
* function to load a tile given a URL.
* @property {ol.TileUrlFunctionType|undefined} tileUrlFunction Optional
* function to get tile URL given a tile coordinate and the projection.
* Required if url or urls are not provided.