Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time slider #22

Open
alexey-milovidov opened this issue May 4, 2024 · 3 comments
Open

Time slider #22

alexey-milovidov opened this issue May 4, 2024 · 3 comments

Comments

@alexey-milovidov
Copy link
Member

It can span for the whole time range (2022 .. now).

Workaround: it is already possible to simply add AND time BETWEEN ... AND ... in the WHERE condition in the query.

@Aleshere
Copy link

Hey Alexey, do we have data for 2024? It looks like this is up until 2023?

@alexey-milovidov
Copy link
Member Author

@Aleshere yes, we have real-time data, updated every few seconds.
You need to add

AND time >= '2024-01-01' AND data_source = 'airplanes.live' to the WHERE condition.

Example: https://adsb.exposed/?zoom=6&lat=48.8503&lng=7.0313&query=5a39e027e487062e9944dc28315fa0e9

Last five minutes: https://adsb.exposed/?zoom=5&lat=39.6565&lng=-96.2402&query=56c83c59f309758aa839b61b6ecacd6c

@Aleshere
Copy link

Amazing, works like a charm. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants