fix: semicolon
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
1c6e98d2c6
commit
052a2753ae
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ export const serve_rendered = {
|
|||
return res.status(404).send('Out of bounds');
|
||||
}
|
||||
|
||||
let tileCenter
|
||||
let tileCenter;
|
||||
if (tileSize === 512) {
|
||||
tileCenter = mercator_512.ll([((x + 0.5) / (1 << z)) * (tileSize << z),((y + 0.5) / (1 << z)) * (tileSize << z)],z);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue