add space
This commit is contained in:
parent
31be7016e2
commit
ef58762284
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ export const serve_rendered = {
|
||||||
|
|
||||||
const tileMargin = Math.max(options.tileMargin || 0, 0);
|
const tileMargin = Math.max(options.tileMargin || 0, 0);
|
||||||
let pool;
|
let pool;
|
||||||
if (opt_mode === 'tile'&& tileMargin === 0) {
|
if (opt_mode === 'tile' && tileMargin === 0) {
|
||||||
pool = item.map.renderers[scale];
|
pool = item.map.renderers[scale];
|
||||||
} else {
|
} else {
|
||||||
pool = item.map.renderers_static[scale];
|
pool = item.map.renderers_static[scale];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue