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

feat: custom airports (and new airport data source) #159

Merged
merged 34 commits into from
Jan 29, 2025

Conversation

johanohly
Copy link
Owner

This update does include a breaking change for people who have flights from/to a any few hundred airports, as the old data source had incorrect (or outdated) ICAO codes for those airports, and the new source has the correct ones (which do not line up with the ICAO code saved in AirTrail. A simple fix would be to either re-create the flights that show N/A airport, or create a custom airport with the old ICAO code.

The most notable airports are:
Kuwait International Airport
Jorge Chávez International Airport
Manas International Airport
Dabolim Airport
Hazrat Shahjalal International Airport

* it seems like there is a bug in esbuild that prevents building the project in a Docker environment, when using $state.raw class fields.
* Using one nested $state solves the problem so that is what I did
…e/ourairports

# Conflicts:
#	bun.lockb
#	src/lib/components/map/AirportLayer.svelte
#	src/lib/components/map/FlightArcLayer.svelte
#	src/lib/components/map/state.svelte.ts
#	src/lib/components/modals/settings/pages/security-page/ApiKeys.svelte
#	src/lib/utils/data/airports/source.ts
@johanohly johanohly marked this pull request as ready for review January 29, 2025 11:58
@johanohly johanohly merged commit d6a1360 into main Jan 29, 2025
10 of 11 checks passed
@johanohly johanohly deleted the feature/ourairports branch January 29, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant