forked from MapComplete/MapComplete
Fix: allow to link multiple mapillary-images
This commit is contained in:
parent
5136d20477
commit
286fe72935
6 changed files with 11 additions and 14 deletions
|
@ -155,7 +155,6 @@ export class Mapillary extends ImageProvider {
|
|||
Constants.mapillary_client_token_v4
|
||||
const response = await Utils.downloadJsonCached(metadataUrl, 60 * 60)
|
||||
const url = <string>response["thumb_1024_url"]
|
||||
console.log(response)
|
||||
const url_hd = <string>response["thumb_original_url"]
|
||||
return {
|
||||
id: "" + mapillaryId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue