diff options
author | Rodolfo Guagnini <[email protected]> | 2022-07-04 10:13:46 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-24 16:39:52 +0200 |
commit | f0c9cc4764ec3d21ea0d8589c943635606aa2c09 (patch) | |
tree | a65df06b1784539a71b3b9a786c6ce0d78bd3450 /data | |
parent | da9f5e9af16813b0cbc42706322eb4cd67c2ee55 (diff) | |
download | libmateweather-f0c9cc4764ec3d21ea0d8589c943635606aa2c09.tar.bz2 libmateweather-f0c9cc4764ec3d21ea0d8589c943635606aa2c09.tar.xz |
locations: add San Miguel de Tucuman (Argentina)
San Miguel is the capital city of an state of Argentina, and it has international airport with corresponding 4 letter code. I used other Argentina city as template, updated the name, the airport's code, latitud and longitude taken from wikipedia: https://en.wikipedia.org/wiki/Teniente_General_Benjam%C3%ADn_Matienzo_International_Airport
Diffstat (limited to 'data')
-rw-r--r-- | data/Locations.xml.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index de1f5b3..8bf9bad 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -8142,7 +8142,6 @@ <obsoletes>America/Argentina/Rio_Gallegos</obsoletes> <obsoletes>America/Argentina/San_Juan</obsoletes> <obsoletes>America/Argentina/San_Luis</obsoletes> - <obsoletes>America/Argentina/Tucuman</obsoletes> <obsoletes>America/Argentina/Ushuaia</obsoletes> </timezone> </timezones> @@ -8359,6 +8358,16 @@ </city> <city> <!-- A city in Argentina --> + <name>San Miguel de Tucuman</name> + <coordinates>-26.840833 -65.104722</coordinates> + <location> + <name>San Miguel de Tucuman</name> + <code>SANT</code> + <coordinates>-26.840833 -65.104722</coordinates> + </location> + </city> + <city> + <!-- A city in Argentina --> <name>Ushuaia</name> <coordinates>-54.800000 -68.300000</coordinates> <location> |