From 915b73220458f7aec5fc472b4aae2b5c0058f534 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 4 May 2025 03:29:15 +0200 Subject: [PATCH] UX: set wider FOV when searching panoramax --- src/Logic/Web/NearbyImagesSearch.ts | 1 + 1 file changed, 1 insertion(+) 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, })