forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
3659276351
84 changed files with 3508 additions and 3472 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue