UX: set wider FOV when searching panoramax

This commit is contained in:
Pieter Vander Vennet 2025-05-04 03:29:15 +02:00
parent e634d7dfc5
commit 915b732204

View file

@ -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,
})