forked from MapComplete/MapComplete
Fix: actually show HD image for nearby streetview imager, add loading indicator
This commit is contained in:
parent
6d8f1525b0
commit
8b6ee877f0
3 changed files with 16 additions and 3 deletions
|
@ -29,6 +29,7 @@
|
|||
const c = [lon, lat]
|
||||
const providedImage: ProvidedImage = {
|
||||
url: image.thumbUrl ?? image.pictureUrl,
|
||||
url_hd: image.pictureUrl,
|
||||
key: undefined,
|
||||
provider: AllImageProviders.byName(image.provider),
|
||||
date: new Date(image.date),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue