This commit is contained in:
Konstantin Käfer
2011-06-28 18:08:56 +02:00
parent f5c87a14fa
commit 0e637e27e6

View File

@@ -365,6 +365,7 @@ MBTiles.prototype.getInfo = function(callback) {
var that = this;
var info = {};
info.size = this.stat.size;
info.basename = path.basename(that.filename);
info.id = info.basename.replace(path.extname(that.filename), '');
Step(function() {