Save ais / adsb images to disk

This commit is contained in:
2026-09-12 12:04:57 -04:00
parent a60f605e6b
commit a99cbf3354
5 changed files with 54 additions and 20 deletions

View File

@@ -194,7 +194,7 @@ export class SatsLayer {
history: h_,
range: r,
eta: e,
position: mobile ? { x: window.innerWidth / 2 - 180, y: window.innerHeight - 540 - 16 } : { x: window.innerWidth - 360 - 16, y: 16 },
position: mobile ? { x: window.innerWidth / 2 - 180, y: window.innerHeight - 540 - 16 } : { x: 16, y: 16 },
onClose: () => this._closePopup(sat.satellite),
onBringToFront: () => bringToFront(container),
})