Refactoring: port image link functionality to Svelte

This commit is contained in:
Pieter Vander Vennet 2023-09-16 02:30:01 +02:00
parent 633c0e7d74
commit 48a7c45416
9 changed files with 407 additions and 441 deletions

View file

@ -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