diff options
author | monsta <[email protected]> | 2017-02-06 16:57:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-06 16:58:41 +0300 |
commit | 0531220094b64996af4a4a0194db452db7e5a0f0 (patch) | |
tree | 11f339876a80ce8f3ba2123d57c8c31495f8f3a2 | |
parent | cbeddc68ec18bdad0093608883b7b969d37b0b04 (diff) | |
download | libmateweather-0531220094b64996af4a4a0194db452db7e5a0f0.tar.bz2 libmateweather-0531220094b64996af4a4a0194db452db7e5a0f0.tar.xz |
Locations: correct coordinates for Pune, India
-rw-r--r-- | data/Locations.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index 75e9344..7b6a5b5 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -3962,11 +3962,11 @@ <city> <!-- A city in India --> <_name>Pune</_name> - <coordinates>-18.53 73.85</coordinates> + <coordinates>18.53 73.85</coordinates> <location> <name>Pune International Airport</name> <code>VAPO</code> - <coordinates>-18.3456 073.5511</coordinates> + <coordinates>18.3456 073.5511</coordinates> </location> </city> <city> |