jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.4k stars 392 forks source link

Fix the ISO country code for Cote d'Ivoire #812

Open glebkema opened 6 years ago

glebkema commented 6 years ago

The country.dat contains erroneous information:

Cote d'Ivoire,IV,IV,N

Instead, there should be

Cote d'Ivoire,IV,CI,N

The correct ISO code for Cote d'Ivoire is CI, not IV.

cviebrock commented 5 years ago

Any chance of getting this fixed?