add space

This commit is contained in:
acalcutt 2023-01-03 10:15:36 -05:00
parent 31be7016e2
commit ef58762284

View file

@ -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];