parent
4c7a227e11
commit
5048388d1f
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ module.exports = function(options, repo, params, id, publicUrl, dataResolver) {
|
|||
var createPool = function(ratio, min, max) {
|
||||
var createRenderer = function(ratio, createCallback) {
|
||||
var renderer = new mbgl.Map({
|
||||
mode: "tile",
|
||||
ratio: ratio,
|
||||
request: function(req, callback) {
|
||||
var protocol = req.url.split(':')[0];
|
||||
|
|
Loading…
Reference in a new issue