Feature: 360-view, experimenting with photo-sphere-viewer

This commit is contained in:
Pieter Vander Vennet 2025-03-16 16:31:38 +01:00
parent fb4fbe2be3
commit 4a45c650be
7 changed files with 265 additions and 29 deletions

View file

@ -325,7 +325,7 @@ class MapillaryFetcher implements ImageFetcher {
private readonly end_captured_at?: Date
constructor(options?: {
panoramas: undefined | "only" | "no"
panoramas?: undefined | "only" | "no"
max_images?: 100 | number
start_captured_at?: Date
end_captured_at?: Date
@ -411,7 +411,6 @@ export class CombinedFetcher {
new ImagesFromPanoramaxFetcher(),
new ImagesFromPanoramaxFetcher(Constants.panoramax.url),
new MapillaryFetcher({
panoramas: "no",
max_images: 25,
start_captured_at: maxage,
}),