revert fix decimal length
This commit is contained in:
parent
9f16d77a5a
commit
0059b3278e
1 changed files with 2 additions and 2 deletions
|
@ -261,8 +261,8 @@ export const serve_data = {
|
|||
|
||||
let data = fetchTile.data;
|
||||
var param = {
|
||||
long: bbox[0],
|
||||
lat: bbox[1],
|
||||
long: bbox[0].toFixed(7),
|
||||
lat: bbox[1].toFixed(7),
|
||||
encoding,
|
||||
format,
|
||||
tile_size: TILE_SIZE,
|
||||
|
|
Loading…
Reference in a new issue