chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-05-03 23:48:35 +02:00
parent 612e71a4b6
commit 511d20eb34
245 changed files with 43884 additions and 8661 deletions

View file

@ -20,7 +20,7 @@ export interface ProvidedImage {
lat?: number
lon?: number
host?: string
isSpherical: boolean,
isSpherical: boolean
license?: LicenseInfo
}
@ -128,7 +128,10 @@ export default abstract class ImageProvider {
/**
* URL to visit the image on the original website
*/
public abstract visitUrl(image: Partial<ProvidedImage>, location?: { lon: number, lat: number }): string | undefined
public abstract visitUrl(
image: Partial<ProvidedImage>,
location?: { lon: number; lat: number }
): string | undefined
public abstract getPanoramaInfo(image: {
id: string