Trying to figure out why raster isn't working.

This commit is contained in:
polar 2017-10-18 14:27:10 -04:00
parent eb830a12db
commit 73bcd458cb

View file

@ -393,7 +393,8 @@ module.exports = function(options, repo, params, id, dataResolver) {
bearing: bearing,
pitch: pitch,
width: width,
height: height
height: height,
debug: { parseStatus: true, tileBorders: true}
};
if (z == 0) {
params.width *= 2;