[libgweather] locations: Correct the METAR/airport code for Tbilisi



commit 06e8119dd57139159699389bba4b5a35dde2729f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 8 15:48:40 2017 +0100

    locations: Correct the METAR/airport code for Tbilisi
    
    TBS is the IATA code, not the ICAO code.
    
    https://en.wikipedia.org/wiki/Tbilisi_International_Airport

 data/Locations.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index 5d409c9..c76c4fb 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -3589,7 +3589,7 @@
           <coordinates>41.716667 44.783333</coordinates>
           <location>
             <name>Shota Rustaveli Tbilisi International Airport</name>
-            <code>TBS</code>
+            <code>UGTB</code>
             <coordinates>41.669167 44.954722</coordinates>
           </location>
         </city>


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