summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-12-12 14:43:18 +0100
committerBastien Nocera <hadess@hadess.net>2017-12-12 14:43:18 +0100
commit01a46099e79e8c31da2da9bba788bea36c707595 (patch)
treee36c3bd17d93d61c96b5dd1a7359b11a355faa73 /data
parent42f9a39a4011e6408b97a1648978b1d5c71dc031 (diff)
downloadlibgweather-01a46099e79e8c31da2da9bba788bea36c707595.tar.gz
locations: Correct Mexico's airport name
The airport for Mexico City is listed as "Licenci Airport", which is incorrect. The correct name of the airport is either "Benito Juárez International Airport" or "Mexico City International Airport". The incorrect "Licenci Airport" may have come about as a truncation of "Licenciado Benito Juárez International Airport", where Juárez's name is given with his title, "Licenciado". Adding the title "Licenciado" is sometimes done in the name of the airport, but it is extremely formal, and leaving it out is more common. So, "Licenci Airport" is very wrong; "Benito Juárez International Airport" or "Mexico City International Airport" should be used instead. With help from brett@brettlangston.com https://bugzilla.gnome.org/show_bug.cgi?id=625270
Diffstat (limited to 'data')
-rw-r--r--data/Locations.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Locations.xml b/data/Locations.xml
index a09a19b..f6c5f9f 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -28119,7 +28119,7 @@
<_name>Mexico City</_name>
<coordinates>19.434167 -99.138611</coordinates>
<location>
- <name>Licenci Airport</name>
+ <name>Benito Juárez International Airport</name>
<code>MMMX</code>
<coordinates>19.433333 -99.100000</coordinates>
</location>