[libgweather] locations: Move Juárez in the right state, and remove its airport



commit 42f9a39a4011e6408b97a1648978b1d5c71dc031
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 12 14:41:58 2017 +0100

    locations: Move Juárez in the right state, and remove its airport
    
    Juárez is in the state of Chihuahua, not México. Remove the airport as
    it doesn't advertise its weather through METAR.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625270

 data/Locations.xml |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index cceb38b..a09a19b 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -28026,6 +28026,13 @@
             <coordinates>28.700000 -105.966667</coordinates>
           </location>
         </city>
+        <city>
+          <!-- A city in Chihuahua in Mexico.
+               One of several cities in Mexico called "Juárez".
+            -->
+          <_name>Ciudad Juárez</_name>
+          <coordinates>31.733333 -106.483333</coordinates>
+        </city>
       </state>
       <state>
         <!-- A state/province/territory in Mexico -->
@@ -28256,18 +28263,6 @@
         <fips-code>MX15</fips-code>
         <tz-hint>America/Mexico_City</tz-hint>
         <city>
-          <!-- A city in México in Mexico.
-               One of several cities in Mexico called "Juárez".
-            -->
-          <_name>Ciudad Juárez</_name>
-          <coordinates>31.733333 -106.483333</coordinates>
-          <location>
-            <name>Ciudad Juárez International Airport</name>
-            <code>MMCS</code>
-            <coordinates>31.633333 -106.433333</coordinates>
-          </location>
-        </city>
-        <city>
           <!-- A city in México in Mexico -->
           <_name>Toluca</_name>
           <coordinates>19.288333 -99.667222</coordinates>


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