fix: put back const
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
b32abce1f6
commit
46b971e52f
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ export const serve_rendered = {
|
||||||
return res.status(404).send('Out of bounds');
|
return res.status(404).send('Out of bounds');
|
||||||
}
|
}
|
||||||
|
|
||||||
let 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),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue