update bin/mb* utils

This commit is contained in:
Konstantin Käfer
2011-06-28 15:12:56 +02:00
parent 50c87fbee4
commit 413ecb3b57
5 changed files with 5 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ function noop(err) {
// MBTiles class for doing common operations (schema setup, tile reading,
// insertion, etc.)
module.exports = MBTiles;
MBTiles.utils = require('./utils');
// Provides access to an mbtiles database file.
// - uri: A parsed URL hash, the only relevant part is `pathname`.