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

@@ -167,7 +167,7 @@ export class AirTrafficLayer {
const makeProps = (p: any) => ({
plane: p,
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(icao),
onBringToFront: () => bringToFront(container),
})