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:
Pieter Vander Vennet 2025-04-22 02:53:31 +02:00
parent bd287fd8b0
commit 549129671a
7 changed files with 53 additions and 45 deletions

View file

@ -20,7 +20,8 @@ export interface ProvidedImage {
lat?: number
lon?: number
host?: string
isSpherical: boolean
isSpherical: boolean,
license?: LicenseInfo
}
export interface PanoramaView {