Update tilesource.js

Added a comment for virtualMode
This commit is contained in:
cskwg 2013-06-11 20:22:49 +02:00
parent 3e69ad323e
commit 9d246af681

View file

@ -82,8 +82,8 @@
* The minimum pyramid level this tile source supports or should attempt to load.
* @property {Number} maxLevel
* The maximum pyramid level this tile source supports or should attempt to load.
* @propert yr} maxLevel
* The maximum pyramid level this tile source supports or should attempt to load.
* @property {Boolean} virtualMode
* Indicates, that the tiles are not retrieved from a server but provided on the client side.
*/
$.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLevel ) {
var _this = this,