summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel QuiƱones <manuel.por.aca@gmail.com>2021-04-05 20:22:19 -0300
committerManuel QuiƱones <manuel.por.aca@gmail.com>2021-04-25 22:17:01 +0000
commit1b299c8147d01dc0b7411dc8d5bfc48a69087d83 (patch)
treeb8f2fbc492e4f3f61febda7f0b12af55a49548ba
parent55df8483f41dbe1697879bc0e7097f8967cc45dd (diff)
downloadlibgweather-1b299c8147d01dc0b7411dc8d5bfc48a69087d83.tar.gz
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
-rw-r--r--data/Locations.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/Locations.xml b/data/Locations.xml
index c47f0b9..e55d3f8 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -8027,6 +8027,11 @@
<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>
<coordinates>-54.800000 -68.316667</coordinates>
@@ -8143,6 +8148,11 @@
</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>
<coordinates>-54.800000 -68.300000</coordinates>
</city>