Merge master

This commit is contained in:
Pieter Vander Vennet 2025-06-16 20:32:27 +02:00
commit 3659276351
84 changed files with 3508 additions and 3472 deletions

View file

@ -208,9 +208,7 @@ export default class PanoramaxImageProvider extends ImageProvider {
return Stores.ListStabilized(source)
}
public async DownloadAttribution(providedImage: {
id: string
}): Promise<LicenseInfo> {
public async DownloadAttribution(providedImage: { id: string }): Promise<LicenseInfo> {
const meta = await this.getInfoFor(providedImage.id)
return {
@ -250,7 +248,7 @@ export default class PanoramaxImageProvider extends ImageProvider {
northOffset,
pitchOffset,
provider: this,
imageMeta: imageInfo
imageMeta: imageInfo,
},
}
}