forked from MapComplete/MapComplete
Performance: cache panoramax requests more aggressively; reuse license information that comes from the search-api; lower picture limit; should relieve #2384 greatly
This commit is contained in:
parent
bd287fd8b0
commit
549129671a
7 changed files with 53 additions and 45 deletions
|
@ -20,7 +20,8 @@ export interface ProvidedImage {
|
|||
lat?: number
|
||||
lon?: number
|
||||
host?: string
|
||||
isSpherical: boolean
|
||||
isSpherical: boolean,
|
||||
license?: LicenseInfo
|
||||
}
|
||||
|
||||
export interface PanoramaView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue