forked from MapComplete/MapComplete
Fix(nearby_pictures): add panoramax host
This commit is contained in:
parent
3614afb75e
commit
85645f3706
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ export default class AllImageProviders {
|
|||
AllImageProviders.genericImageProvider,
|
||||
]
|
||||
public static apiUrls: string[] = [].concat(
|
||||
...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls())
|
||||
...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls()),
|
||||
"https://panoramax-storage-public-fast.s3.gra.perf.cloud.ovh.net"
|
||||
)
|
||||
public static defaultKeys: string[] = [].concat(
|
||||
...AllImageProviders.imageAttributionSources.map((provider) => provider.defaultKeyPrefixes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue