updated to namespaced modules

This commit is contained in:
Kai
2017-02-02 13:43:28 -08:00
parent 4bbfaf9919
commit 021331c4be
2 changed files with 6 additions and 5 deletions

View File

@@ -5,9 +5,9 @@ var path = require('path');
var url = require('url');
var qs = require('querystring');
var Buffer = require('buffer').Buffer;
var sm = new (require('sphericalmercator'));
var sm = new (require('@mapbox/sphericalmercator'));
var sqlite3 = require('sqlite3');
var tiletype = require('tiletype');
var tiletype = require('@mapbox/tiletype');
var ZXYStream = require('./zxystream');
var queue = require('d3-queue').queue;