diff options
author | monsta <[email protected]> | 2017-02-06 16:57:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-16 14:23:24 +0300 |
commit | 77accb4f7dcc3afaeb4080f1df42bbf8a4bbd1c5 (patch) | |
tree | dcb9a14f8a1bc394f0e8efc89d723708d98cc16a | |
parent | bfa1740cce3269373d055b5fb9f5f6867d63d0cb (diff) | |
download | libmateweather-77accb4f7dcc3afaeb4080f1df42bbf8a4bbd1c5.tar.bz2 libmateweather-77accb4f7dcc3afaeb4080f1df42bbf8a4bbd1c5.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> |