1
0
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:
Zack Pollard
2024-08-07 23:38:02 +01:00
committed by GitHub
parent fb68da2b51
commit 14689462f8
2 changed files with 4 additions and 4 deletions

View File

@ -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) {