Skip to content

Commit

Permalink
fix for BUH
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Apr 19, 2024
1 parent fc06926 commit b6e5645
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.8] - 2024-04-19

### Fixed

- code IATA BUH ajouté
- correctif pour alerte de mise à jour intempestive sous ios17

## [1.3.7] - 2024-02-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion data/airports.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flytax",
"version": "1.3.7",
"version": "1.3.8",
"type": "module",
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion scripts/makeAirports.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const gistURL = "https://github.com/mborsetti/airportsdata/raw/main/airportsdata

//init with manex airports not referenced in airports.csv
//not sure QQO is really the iata code of LGEL, could not find this information in Wikipedia
let results = "TLN:FRAZR:DZELG:DZBYK:CIBER:DEKRN:SEMJN:MGFYT:TDMWH:USQQO:GRILS:SVRGI:PFHOI:PFOSN:KRUBN:MNBYH:USALY:EGNLU:MXTFU:CNPJY:RUQIE:FRKIV:MDRMO:MD";
let results = "TLN:FRAZR:DZELG:DZBYK:CIBER:DEKRN:SEMJN:MGFYT:TDMWH:USQQO:GRILS:SVRGI:PFHOI:PFOSN:KRUBN:MNBYH:USALY:EGNLU:MXTFU:CNPJY:RUQIE:FRKIV:MDRMO:MDBUH:RO";

const processRow = (row) => {
const [icao, iata, name, city, subd, country, elevation, lat, lon, tz] = row.data;
Expand Down

0 comments on commit b6e5645

Please sign in to comment.