diff --git a/src/Logic/Web/NearbyImagesSearch.ts b/src/Logic/Web/NearbyImagesSearch.ts index e5d19b1f83..be98107a07 100644 --- a/src/Logic/Web/NearbyImagesSearch.ts +++ b/src/Logic/Web/NearbyImagesSearch.ts @@ -185,6 +185,7 @@ class ImagesFromPanoramaxFetcher implements ImageFetcher { const images = await this._panoramax.search({ place: [lon, lat], place_distance: this._radius ?? 50, + place_fov_tolerance: 180, limit: 50, })