forked from MapComplete/MapComplete
Fix(panoramax): stabilize loading images
This commit is contained in:
parent
01cfc5fe4d
commit
8480f9417c
1 changed files with 1 additions and 2 deletions
|
@ -145,7 +145,7 @@ export default class PanoramaxImageProvider extends ImageProvider {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
return source
|
return Stores.ListStabilized( source)
|
||||||
}
|
}
|
||||||
|
|
||||||
public async DownloadAttribution(providedImage: { url: string; id: string; }): Promise<LicenseInfo> {
|
public async DownloadAttribution(providedImage: { url: string; id: string; }): Promise<LicenseInfo> {
|
||||||
|
@ -178,7 +178,6 @@ export class PanoramaxUploader implements ImageUploader {
|
||||||
}> {
|
}> {
|
||||||
// https://panoramax.openstreetmap.fr/api/docs/swagger#/
|
// https://panoramax.openstreetmap.fr/api/docs/swagger#/
|
||||||
|
|
||||||
let tags: ExifReader.Tags = undefined
|
|
||||||
let hasDate = false
|
let hasDate = false
|
||||||
let hasGPS = false
|
let hasGPS = false
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue