forked from MapComplete/MapComplete
Refactoring: port image link functionality to Svelte
This commit is contained in:
parent
633c0e7d74
commit
48a7c45416
9 changed files with 407 additions and 441 deletions
|
@ -86,7 +86,7 @@ export class Mapillary extends ImageProvider {
|
|||
|
||||
public async DownloadAttribution(url: string): Promise<LicenseInfo> {
|
||||
const license = new LicenseInfo()
|
||||
license.artist = "Contributor name unavailable"
|
||||
license.artist = undefined
|
||||
license.license = "CC BY-SA 4.0"
|
||||
// license.license = "Creative Commons Attribution-ShareAlike 4.0 International License";
|
||||
license.attributionRequired = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue