forked from MapComplete/MapComplete
Chore: housekeeping, linting
This commit is contained in:
parent
f942529755
commit
30d00eb06d
74 changed files with 998 additions and 623 deletions
|
@ -196,7 +196,10 @@ export class Mapillary extends ImageProvider {
|
|||
try {
|
||||
license.date = new Date(date)
|
||||
} catch (e) {
|
||||
console.warn("Could not parse captured_at date from mapillary image. The date is:", date)
|
||||
console.warn(
|
||||
"Could not parse captured_at date from mapillary image. The date is:",
|
||||
date
|
||||
)
|
||||
}
|
||||
return license
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue