You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-27 05:11:11 +02:00
feat: change web asset detail map to zoom level 12.5 (#11643)
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
$: lat = asset?.exifInfo?.latitude ?? undefined;
|
||||
$: lng = asset?.exifInfo?.longitude ?? undefined;
|
||||
$: zoom = lat !== undefined && lng !== undefined ? 15 : 1;
|
||||
$: zoom = lat !== undefined && lng !== undefined ? 12.5 : 1;
|
||||
|
||||
$: {
|
||||
if (places) {
|
||||
|
Reference in New Issue
Block a user