Trying to figure out why raster isn't working.

This commit is contained in:
polar 2017-10-18 14:05:28 -04:00
parent 9510a00a33
commit eb830a12db

View file

@ -139,6 +139,7 @@ module.exports = function(options, repo, params, id, dataResolver) {
var createPool = function(ratio, min, max) {
var createRenderer = function(ratio, createCallback) {
var renderer = new mbgl.Map({
debug: { parseStatus: true, tileBorders: true},
ratio: ratio,
request: function(req, callback) {
var protocol = req.url.split(':')[0];