Feature: first working version of inspecting 360° images

This commit is contained in:
Pieter Vander Vennet 2025-03-30 03:10:29 +02:00
parent 7d104b4266
commit 01ba98a820
24 changed files with 330 additions and 436 deletions

View file

@ -44,4 +44,8 @@ export default class GenericImageProvider extends ImageProvider {
public DownloadAttribution(_) {
return undefined
}
getPanoramaInfo(image: { id: string }): undefined {
return undefined
}
}