remove not used entry

This commit is contained in:
Miko 2025-01-08 00:51:45 +01:00 committed by GitHub
parent 3cc3da6195
commit 3ac09bac7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ export const serve_data = {
bbox = [x, y, x + 0.1, y + 0.1]; bbox = [x, y, x + 0.1, y + 0.1];
const { minX, minY } = new SphericalMercator().xyz(bbox, zoom); const { minX, minY } = new SphericalMercator().xyz(bbox, zoom);
xy = [minX, minY, zoom]; xy = [minX, minY];
} }
let data; let data;