diff options
author | rbuj <[email protected]> | 2019-07-31 11:24:57 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2019-08-12 11:45:59 +0300 |
commit | 9e6450cc8194576161d565adf8656a7d4c006477 (patch) | |
tree | c61f385530048f285ba1d47f1cce4bb8f290aba2 | |
parent | 4aca74030ed204066f5f3b390b07889085b73518 (diff) | |
download | libmateweather-9e6450cc8194576161d565adf8656a7d4c006477.tar.bz2 libmateweather-9e6450cc8194576161d565adf8656a7d4c006477.tar.xz |
Locations: Add Lleida–Alguaire Airport1.20
-rw-r--r-- | data/Locations.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index ec6ad70..7b876e0 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -19411,6 +19411,16 @@ </location> </city> <city> + <!-- A city in Spain --> + <_name>Lleida</_name> + <coordinates>41.727778 0.535833</coordinates> + <location> + <name>Lleida–Alguaire Airport</name> + <code>LEDA</code> + <coordinates>41.727778 0.535833</coordinates> + </location> + </city> + <city> <!-- A city in Spain --> <_name>Los Baldíos</_name> <coordinates>28.466667 -16.316667</coordinates> |