forked from MapComplete/MapComplete
Fix: don't crash linkableImage if no details given, e.g. in "loadFromWeb"
This commit is contained in:
parent
b9bb45934c
commit
a72f5c0010
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
provider: AllImageProviders.byName(image.provider),
|
||||
date,
|
||||
id: Object.values(image.osmTags)[0],
|
||||
isSpherical: image.details.isSpherical,
|
||||
isSpherical: image.details?.isSpherical ?? false,
|
||||
license,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue