[libgweather] Add the capital city of Fiji



commit 6e941a06e2d2ab021f025a1662edcf59cc8b526e
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Feb 10 15:53:39 2013 +0100

    Add the capital city of Fiji
    
    Otherwise it cannot be selected in a location entry.
    
    Data kindly provided by Andrew Clayton <andrew digital-domain net>

 data/Locations.xml.in |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index cadc076..cffed25 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -7143,16 +7143,22 @@
     <country>
       <!-- FJ - Fiji -->
       <_name>Fiji</_name>
-      <!-- Could not find weather stations for the following major
-           cities:
-           Suva
-        -->
       <iso-code>FJ</iso-code>
       <fips-code>FJ</fips-code>
       <timezones>
         <timezone id="Pacific/Fiji" />
       </timezones>
       <tz-hint>Pacific/Fiji</tz-hint>
+      <city>
+        <!-- The capital of Fiji -->
+        <_name>Suva</_name>
+        <coordinates>-18.1416 178.4419</coordinates>
+        <location>
+          <name>Nausori International Airport</name>
+          <code>NFNA</code>
+          <coordinates>-18.05 178.57</coordinates>
+        </location>
+      </city>
     </country>
     <country>
       <!-- PF - French Polynesia, a French territory in the South


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]