diff options
author | raveit65 <[email protected]> | 2021-04-07 21:41:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-20 13:56:58 +0200 |
commit | 90cc76a2b0e8d57ec17a5ca81d00fa7e6808076a (patch) | |
tree | 1bbe504052e6e9535d7e71318043790a412c3f8b /data | |
parent | 081084d51ecf26d9af81844aa6690055da324479 (diff) | |
download | libmateweather-90cc76a2b0e8d57ec17a5ca81d00fa7e6808076a.tar.bz2 libmateweather-90cc76a2b0e8d57ec17a5ca81d00fa7e6808076a.tar.xz |
add 2 brazil cities
- Joinville and São Bento do Sul
- fixes https://github.com/mate-desktop/libmateweather/issues/94
Diffstat (limited to 'data')
-rw-r--r-- | data/Locations.xml.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index a80dacd..19b61c0 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -9787,6 +9787,28 @@ <coordinates>-27.666667 -48.550000</coordinates> </location> </city> + <city> + <!-- A city in Santa Catarina in Brazil --> + <name>Joinville</name> + <coordinates>-26.30444 -48.84556</coordinates> + <location> + <name>Joinville Airport</name> + <code>SBJV</code> + <tz-hint>America/Sao_Paulo</tz-hint> + <coordinates>-26.22444 -48.79722</coordinates> + </location> + </city> + <city> + <!-- A city in Santa Catarina in Brazil --> + <name>São Bento do Sul</name> + <coordinates>-26.25028 -49.37861</coordinates> + <location> + <name>São Bento do Sul</name> + <code>SBSB</code> + <tz-hint>America/Sao_Paulo</tz-hint> + <coordinates>-26.25028 -49.37861</coordinates> + </location> + </city> </state> <state> <!-- A state/province/territory in Brazil --> |