Trying to figure out why raster isn't working.
This commit is contained in:
parent
eb830a12db
commit
73bcd458cb
1 changed files with 2 additions and 1 deletions
|
@ -393,7 +393,8 @@ module.exports = function(options, repo, params, id, dataResolver) {
|
||||||
bearing: bearing,
|
bearing: bearing,
|
||||||
pitch: pitch,
|
pitch: pitch,
|
||||||
width: width,
|
width: width,
|
||||||
height: height
|
height: height,
|
||||||
|
debug: { parseStatus: true, tileBorders: true}
|
||||||
};
|
};
|
||||||
if (z == 0) {
|
if (z == 0) {
|
||||||
params.width *= 2;
|
params.width *= 2;
|
||||||
|
|
Loading…
Reference in a new issue