vatis-project / vatis

Virtual Automated ATIS Generator for VATSIM
https://docs.vatis.clowd.io
GNU General Public License v3.0
37 stars 17 forks source link

Wrong facility name #180

Open av1art opened 7 months ago

av1art commented 7 months ago

Hello! I set up ATIS Preset for Louisville Int'l Airport (KSDF), but it generates STANDIFORD AIRPORT facility name. image

justinshannon commented 7 months ago

Airport names are populated from the airport navdata: https://github.com/vatis-project/navdata

https://github.com/vatis-project/navdata/blob/main/airports.yaml#L30626

ml0130 commented 7 months ago

Airport names are populated from the airport navdata: https://github.com/vatis-project/navdata

https://github.com/vatis-project/navdata/blob/main/airports.yaml#L30626

With this being brought up I remember during early dev for v4 I went through and fixed most of the naming for the County/Reginal airport. But since the file is now driven by nav data, is voice synth handling that differently now?

justinshannon commented 7 months ago

Airport names are populated from the airport navdata: https://github.com/vatis-project/navdata https://github.com/vatis-project/navdata/blob/main/airports.yaml#L30626

With this being brought up I remember during early dev for v4 I went through and fixed most of the naming for the County/Reginal airport. But since the file is now driven by nav data, is voice synth handling that differently now?

vATIS voice synthesizes whatever airport name is in the nav data file.