diff options
author | Scott Balneaves <[email protected]> | 2017-03-29 10:26:08 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-28 11:40:42 +0200 |
commit | 12988f85c31723cff0d1afed614db2fb9249dab5 (patch) | |
tree | 20f1cf5850a9f8c7995c5573b426d0437d37d4ef | |
parent | 1c184004609bd029bb2b76c4d1413fc685eb03bf (diff) | |
download | libmateweather-12988f85c31723cff0d1afed614db2fb9249dab5.tar.bz2 libmateweather-12988f85c31723cff0d1afed614db2fb9249dab5.tar.xz |
Add Ceiba in Puerto Rico
Fixes https://github.com/mate-desktop/libmateweather/issues/43
-rw-r--r-- | data/Locations.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index 058bb86..11ece2f 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -6442,6 +6442,17 @@ </city> <city> <!-- A city in Puerto Rico --> + <name>Ceiba</name> + <coordinates>18.264169 -65.648302</coordinates> + <location> + <name>José Aponte de la Torre Airport</name> + <code>TJNR</code> + <radar>sju</radar> + <coordinates>18.2553 -65.6386</coordinates> + </location> + </city> + <city> + <!-- A city in Puerto Rico --> <_name>Ponce</_name> <coordinates>18.011077 -66.614062</coordinates> <location> |