remove not used entry
This commit is contained in:
parent
3cc3da6195
commit
3ac09bac7f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue