[libgweather] Locations: Add Santa Fe city and its airport



commit 1b299c8147d01dc0b7411dc8d5bfc48a69087d83
Author: Manuel Quiñones <manuel por aca gmail com>
Date:   Mon Apr 5 20:22:19 2021 -0300

    Locations: Add Santa Fe city and its airport
    
    Santa Fe is a city with more than 400 thousand inhabitants.
    
    Coordinates and ICAO code taken from Wikipedia:
    - https://en.wikipedia.org/wiki/Santa_Fe,_Argentina
    - https://en.wikipedia.org/wiki/Sauce_Viejo_Airport

 data/Locations.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index c47f0b90..e55d3f84 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -8026,6 +8026,11 @@
         <code>SASJ</code>
         <coordinates>-24.383333 -65.083333</coordinates>
       </location>
+      <location>
+        <name>Sauce Viejo Airport</name>
+        <code>SAAV</code>
+        <coordinates>-31.711111 -60.811111</coordinates>
+      </location>
       <location>
         <name>Ushuaia Airport</name>
         <code>SAWH</code>
@@ -8141,6 +8146,11 @@
         <_name>San Salvador de Jujuy</_name>
         <coordinates>-24.183333 -65.300000</coordinates>
       </city>
+      <city>
+        <!-- A city in Argentina -->
+        <_name>Santa Fe</_name>
+        <coordinates>-31.633333 -60.700000</coordinates>
+      </city>
       <city>
         <!-- A city in Argentina -->
         <_name>Ushuaia</_name>


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