From 9d246af681e6d36da4d4085358c9640a077e982c Mon Sep 17 00:00:00 2001 From: cskwg Date: Tue, 11 Jun 2013 20:22:49 +0200 Subject: [PATCH] Update tilesource.js Added a comment for virtualMode --- src/tilesource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tilesource.js b/src/tilesource.js index 9a0ab6d4..a780891d 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -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,