diff options
author | monsta <[email protected]> | 2017-03-12 14:49:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-12 14:49:51 +0300 |
commit | 159158633f2f8b1736099601dd892c0448fb48c6 (patch) | |
tree | 8de699374910edfea9e2bc459b41da21cd2e743c /data/Locations.xml.in | |
parent | 0531220094b64996af4a4a0194db452db7e5a0f0 (diff) | |
download | libmateweather-159158633f2f8b1736099601dd892c0448fb48c6.tar.bz2 libmateweather-159158633f2f8b1736099601dd892c0448fb48c6.tar.xz |
Locations: add Dunedin, New Zealand
closes https://github.com/mate-desktop/libmateweather/issues/38
Diffstat (limited to 'data/Locations.xml.in')
-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 7b6a5b5..483de43 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -7521,6 +7521,16 @@ </location> </city> <city> + <!-- A city in New Zealand --> + <_name>Dunedin</_name> + <coordinates>-45.8741 170.5035</coordinates> + <location> + <name>Dunedin Airport</name> + <code>NZDN</code> + <coordinates>-46.018741 170.6000</coordinates> + </location> + </city> + <city> <!-- The capital of New Zealand --> <_name>Wellington</_name> <coordinates>-41.300000 174.783333</coordinates> |