forked from MapComplete/MapComplete
UX: set wider FOV when searching panoramax
This commit is contained in:
parent
e634d7dfc5
commit
915b732204
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ class ImagesFromPanoramaxFetcher implements ImageFetcher {
|
||||||
const images = await this._panoramax.search({
|
const images = await this._panoramax.search({
|
||||||
place: [lon, lat],
|
place: [lon, lat],
|
||||||
place_distance: this._radius ?? 50,
|
place_distance: this._radius ?? 50,
|
||||||
|
place_fov_tolerance: 180,
|
||||||
limit: 50,
|
limit: 50,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue