[libgweather] Fixed Minsk (Belarus) location data.



commit e6d44a29cb5cf086b50d903492b46a6e669b3e16
Author: Yury Khomchyk <homyur gmail com>
Date:   Mon Jun 9 11:17:44 2014 +0300

    Fixed Minsk (Belarus) location data.
    
    1. UMMM (Minsk-1 Airport) name was changed to Minsk for the following
       reasons:
         a. Minsk-1 Airport is the only airport located directly in Minsk.
            Minsk National Airport (UMMS) is located in more than 40
            kilometers from Minsk.
         b. Minsk-1 Airport is currently not used for regular flights.
    2. Fixed the name of the UMMS (Minsk National Airport).
    3. Fixed cordinates of the UMMS (Minsk National Airport).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731394

 data/Locations.xml.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index 5eaf7dc..a371b43 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -12126,14 +12126,14 @@
         <_name>Minsk</_name>
         <coordinates>53.900000 27.566667</coordinates>
         <location>
-          <name>Loshitsa / Minsk International</name>
+          <name>Minsk</name>
           <code>UMMM</code>
           <coordinates>53.865000 27.541667</coordinates>
         </location>
         <location>
-          <name>Minsk</name>
+          <name>Minsk National Airport</name>
           <code>UMMS</code>
-          <coordinates>53.933333 27.633333</coordinates>
+          <coordinates>53.882500 28.032500</coordinates>
         </location>
       </city>
       <city>


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