Allow tileLoadFunction override for ol.source.OSM

This commit is contained in:
Frederic Junod
2013-09-23 12:35:46 +02:00
parent ac6d8f2df1
commit dd509ed39e
2 changed files with 3 additions and 0 deletions

View File

@@ -506,6 +506,8 @@
* @property {ol.Attribution|undefined} attribution Attribution.
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {number|undefined} maxZoom Max zoom.
* @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional
* function to load a tile given a URL.
* @property {string|undefined} url URL.
*/