forked from MapComplete/MapComplete
Feature: add link to the original provider, see #2387
This commit is contained in:
parent
991925ba35
commit
3e5b1444cc
10 changed files with 51 additions and 5 deletions
|
|
@ -193,7 +193,11 @@ export class WikimediaImageProvider extends ImageProvider {
|
|||
}
|
||||
}
|
||||
|
||||
getPanoramaInfo(image: { id: string }): Promise<Feature<Point, PanoramaView>> | undefined {
|
||||
getPanoramaInfo(): Promise<Feature<Point, PanoramaView>> | undefined {
|
||||
return undefined
|
||||
}
|
||||
|
||||
visitUrl(): string | undefined {
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue