fix: lint
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
46b971e52f
commit
15dee2b072
1 changed files with 5 additions and 5 deletions
|
|
@ -576,11 +576,11 @@ export const serve_rendered = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const tileCenter = mercator.ll(
|
const tileCenter = mercator.ll(
|
||||||
[
|
[
|
||||||
((x + 0.5) / (1 << z)) * (256 << z),
|
((x + 0.5) / (1 << z)) * (256 << z),
|
||||||
((y + 0.5) / (1 << z)) * (256 << z),
|
((y + 0.5) / (1 << z)) * (256 << z),
|
||||||
],
|
],
|
||||||
z,
|
z,
|
||||||
);
|
);
|
||||||
|
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue