Fixed minLevel (incorrect case); closes issue #41).

This commit is contained in:
Daniel Krech 2013-03-12 15:11:56 -04:00
parent e757aa2767
commit fd51ec6c64

View File

@ -65,7 +65,7 @@ $.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLeve
height: args[1],
tileSize: args[2],
tileOverlap: args[3],
minlevel: args[4],
minLevel: args[4],
maxLevel: args[5]
};
}