Feat: more integrations of panoramax: add panoramax to nearby images view, add to drawer, add icon, see #1451
This commit is contained in:
parent
d079f8379b
commit
5fd1d75efb
24 changed files with 617 additions and 33 deletions
|
@ -16,7 +16,7 @@
|
|||
let license: Store<LicenseInfo> = UIEventSource.FromPromise(
|
||||
image.provider?.DownloadAttribution(image)
|
||||
)
|
||||
let icon = image.provider?.SourceIcon(image.id)
|
||||
let icon = image.provider?.SourceIcon(image)
|
||||
</script>
|
||||
|
||||
{#if $license !== undefined}
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
for (const f of features) {
|
||||
bbox = bbox.unionWith(BBox.get(f))
|
||||
}
|
||||
mapProperties.maxbounds.set(bbox.pad(1.1))
|
||||
mapProperties.maxbounds.set(bbox.pad(4))
|
||||
})
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue