diff options
| author | Rodolfo Guagnini <[email protected]> | 2022-07-04 10:13:46 -0300 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2022-07-24 16:29:14 +0200 | 
| commit | 7e647e507fc30f0d26a35937dd8935dd8f633e4f (patch) | |
| tree | f155c33b28ca4972a47eca77cfe40fb4d4b63a8a /data | |
| parent | 1c6ff0ea70e5ef1ed686dbe19b22c2ea742cbb99 (diff) | |
| download | libmateweather-7e647e507fc30f0d26a35937dd8935dd8f633e4f.tar.bz2 libmateweather-7e647e507fc30f0d26a35937dd8935dd8f633e4f.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> | 
