forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
|
@ -20,7 +20,7 @@ export interface ProvidedImage {
|
|||
lat?: number
|
||||
lon?: number
|
||||
host?: string
|
||||
isSpherical: boolean,
|
||||
isSpherical: boolean
|
||||
license?: LicenseInfo
|
||||
}
|
||||
|
||||
|
|
@ -128,7 +128,10 @@ export default abstract class ImageProvider {
|
|||
/**
|
||||
* URL to visit the image on the original website
|
||||
*/
|
||||
public abstract visitUrl(image: Partial<ProvidedImage>, location?: { lon: number, lat: number }): string | undefined
|
||||
public abstract visitUrl(
|
||||
image: Partial<ProvidedImage>,
|
||||
location?: { lon: number; lat: number }
|
||||
): string | undefined
|
||||
|
||||
public abstract getPanoramaInfo(image: {
|
||||
id: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue