Trying to figure out why raster isn't working.
This commit is contained in:
parent
9510a00a33
commit
eb830a12db
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue