[libgweather] locations: Fix city attached to Chernivtsi airport



commit 3d6e5a4056b957317a57a88b94836889b4352bc4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 6 18:44:52 2017 +0100

    locations: Fix city attached to Chernivtsi airport
    
    Remove Chagor (Chahor) from the list of cities, as it's a village:
    https://en.wikipedia.org/wiki/Chahor
    
    And attach the town of Chernivtsi to its airport instead, as that's
    where it is anyway:
    https://en.wikipedia.org/wiki/Chernivtsi
    https://en.wikipedia.org/wiki/Chernivtsi_International_Airport
    
    This also changes the spelling of the city and airport from Chernovsty
    and makes them translatable, as they have slightly different
    transliterations in other languages (eg. Czernowitz in German, Cernăuți
    in Romanian).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620897

 data/Locations.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index a8c0c9e..aeb4d37 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -20947,11 +20947,13 @@
         </location>
       </city>
       <city>
-        <!-- A city in Ukraine -->
-        <_name>Chagor</_name>
-        <coordinates>48.250000 25.983333</coordinates>
+        <!-- A city in Ukraine:
+             https://en.wikipedia.org/wiki/Chernivtsi -->
+        <_name>Chernivtsi</_name>
+        <coordinates>48.3 25.933333</coordinates>
         <location>
-          <name>Chernovsty</name>
+          <!-- https://en.wikipedia.org/wiki/Chernivtsi_International_Airport -->
+          <name>Chernivtsi International Airport</name>
           <code>UKLN</code>
           <coordinates>48.260000 25.981667</coordinates>
         </location>


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