Revert "fix: zoom 0 workaround"
This reverts commit 0f3bbd765c9c151016cec66768675f990676c8b3.
This commit is contained in:
parent
2c75d192b3
commit
cc9abfde89
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ const respondImage = (
|
|||
|
||||
const tileMargin = Math.max(options.tileMargin || 0, 0);
|
||||
let pool;
|
||||
if (mode === 'tile' && tileMargin === 0 && z !== 0) {
|
||||
if (mode === 'tile' && tileMargin === 0) {
|
||||
pool = item.map.renderers[scale];
|
||||
} else {
|
||||
pool = item.map.renderersStatic[scale];
|
||||
|
|
|
|||
Loading…
Reference in a new issue