Releases: albar965/navdatareader
Releases · albar965/navdatareader
Version 1.0.7
Changes from Release 1.0.6 to 1.0.7
- Updated from Qt 5.9.1 to 5.9.3
- Now removing any stale output databases to avoid accidental file merge.
from atools version 2.8.5
- Fixed errors when compiling the X-Plane database with PRDAT records in CIFP files since AIRAC 1801. albar965/littlenavmap#202
- Fixes for missing airway segments in scenery library compiler for all formats (FSX, P3D, X-Plane and DFD). albar965/littlenavmap#201
Version 1.0.6
Although adapted to small schema changes Little Navmap is still compatible with old databases.
from atools version 2.8.4
- Column "arinc_name" in table "approaches" is now filled with TRANS_IDENT for SID and STAR to get runway information for multiple or all. Needed for future fixes of albar965/littlenavmap#179.
- Added new columns "region" and "is_3d" (X-Plane) in airport table. Adapted all compilers to fill these.
- Database minor version bumped up to 8 which is an indication for schema changes but still compatible.
- Number of ALS is now correctly assigned to airports in X-Plane data compiler. This resulted in many airports having an ALS indication where none is.
Version 1.0.5
- Adjusted basic validation for new results after fixes in atools.
from atools version 2.8.2.beta
- DFD compiler now estimates if holding is given in time or distance for procedure legs.
- DFD compiler now always sets region for fixes where it was missing for procedure legs.
- Solved problem where fix was not set for DME distance and radial terminated procedure legs.
Now copying recommended fix to avoid invalid procedures.
1.0.3.beta
- Calculating range from NDB navaid_class now.
- Basic validation values are now more precise for DFD compilation.
- Fixed logging configuration to produce separate error and warning log now.
- DFD compiler now estimates if holding is given in time or distance for procedure legs.
- DFD compiler now always sets region for fixes where it was missing for procedure legs.
- Solved problem where fix was not set for DME distance and radial terminated procedure legs. Now copying recommended fix.
1.0.2.beta
- Updated manual re. error reporting and compilation failure.
- Program now fails on all kind of errors with return code 1.
from atools version 2.8.0.beta
- Fixed crash when getting simulator base path for unknown simulator type.
1.0.1.beta
- All indexes are dropped after compilation now to save download bandwidth.
Indexes are created again by Little Navmap on first database usage on the client's side. - Small fixes in logging where messages went to stderr where they shouldn't.
- Added DropAllIndexes option in configuration file.
- Extended database metadata with optional compiler_version, valid_through and data source columns.
- Increased database minor version to 6.
from atools version 2.8.0.beta
- Finished DFD to Little Navmap database compiler for Navigraph data. #126
- Added script table and option to store create index scripts in that table for preparation by the client. #126
- Added option to drop indexes after database creation to keep the file small.
- Vacuum and analyze option for database creation now defaults to true to get smaller and better organized files. #126
- Fixed error with wrong ILS pitch in X-Plane compiler.
- Disabling maximum airway segment length now for data sources that contain a valid airspace geometry
(X-Plane and DFD - FSX/P3D contain invalid segments). - Fixed several problems with bounding box and overlap calculations around the anti meridian.
- Better handling of X-Plane OpenAirspace comments and fixed problem where airspace names contain a comment character.
1.0.0.beta
- Updated database metadata.
- Fixes for bounding box calculation around the anti meridian.
changes from atools 2.7.0.develop:
- Finished DFD compiler
- Disabling maximum airway segment length for data sources that contain a valid airspace geometry
(X-Plane and DFD - FSX/P3D contain invalid segments). - Extended database metadata with optional compiler_version, valid_through and data source columns.
- Better handling of X-Plane OpenAirspace comments and fixed problem where airspace names contain a comment character.
- Fixed problems with bounding box and overlap calculations around the anti meridian.