mbtiles are tms
This commit is contained in:
@@ -376,6 +376,7 @@ MBTiles.prototype.getInfo = function(callback) {
|
||||
var that = this;
|
||||
var info = {};
|
||||
info.size = this.stat.size;
|
||||
info.scheme = 'tms';
|
||||
info.basename = path.basename(that.filename);
|
||||
info.id = info.basename.replace(path.extname(that.filename), '');
|
||||
Step(function() {
|
||||
|
||||
Reference in New Issue
Block a user