Feature(360): actually show spheres when it is already linked

This commit is contained in:
Pieter Vander Vennet 2025-04-09 23:30:39 +02:00
parent 3e4708b0b9
commit e81b0d10ea
17 changed files with 124 additions and 30 deletions

View file

@ -20,7 +20,7 @@ export interface ProvidedImage {
lat?: number
lon?: number
host?: string
isSpherical?: boolean
isSpherical: boolean
}
export interface PanoramaView {