The preemptive loading of UTFGrid tiles is now optional

This commit is contained in:
Petr Sloup
2014-09-26 17:16:07 +02:00
parent 99eab24b20
commit ef816d30ed
2 changed files with 87 additions and 28 deletions
+2 -1
View File
@@ -3542,7 +3542,8 @@ olx.source.GPXOptions.prototype.urls;
/**
* @typedef {{url: string}}
* @typedef {{url: string,
* preemptive: (boolean|undefined)}}
* @api
*/
olx.source.TileUTFGridOptions;