diff options
author | Callum McKenzie <callum@src.gnome.org> | 2007-11-04 01:13:24 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2007-11-04 01:13:24 +0000 |
commit | 166b29355c8d4c5796d9311351c56865741cb24f (patch) | |
tree | 0a7da709bc156fb43f9bcc4b010767dcc5b83f4b /gweather | |
parent | 71f918ca123fb03da31e3bf3c5254dfdb19b85eb (diff) |
Locations.xml updates for Missouri.
svn path=/trunk/; revision=10504
Diffstat (limited to 'gweather')
-rw-r--r-- | gweather/ChangeLog | 7 | ||||
-rw-r--r-- | gweather/Locations.xml.in | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gweather/ChangeLog b/gweather/ChangeLog index 8bb0866c9..6fc4df373 100644 --- a/gweather/ChangeLog +++ b/gweather/ChangeLog @@ -1,3 +1,10 @@ +2007-11-04 Callum McKenzie <callum@spooky-possum.org> + + * Locations.xml.in: Added forecast zone for West Plains, + Missouri. Thanks to Michael Crider (Bug #453539). In addition, + best-estimates of the appropriate zones for most other Missouri + locations where added where missing. + 2007-10-13 Callum McKenzie <callum@spooky-possum.org> * Locations.xml.in: Updates to Virginian locations from diff --git a/gweather/Locations.xml.in b/gweather/Locations.xml.in index 23409e3bc..132209f76 100644 --- a/gweather/Locations.xml.in +++ b/gweather/Locations.xml.in @@ -8629,6 +8629,7 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>Chillicothe</_name> <code>KCDJ</code> + <zone>MOZ013</zone> <coordinates>39-49N 093-35W</coordinates> </location> <location> @@ -8643,6 +8644,7 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>Farmington</_name> <code>KFAM</code> + <zone>MOZ074</zone> <coordinates>37-46N 090-26W</coordinates> </location> <location> @@ -8673,6 +8675,7 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>Kaiser</_name> <code>KAIZ</code> + <zone>MOZ069</zone> <coordinates>38-06N 092-33W</coordinates> </location> <city> @@ -8707,6 +8710,7 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>Lee's Summit</_name> <code>KLXT</code> + <zone>MOZ028</zone> <coordinates>38-57-35N 094-22-18W</coordinates> </location> <location> @@ -8737,6 +8741,7 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>St. Charles</_name> <code>KSET</code> + <zone>MOZ061</zone> <coordinates>38-55-50N 090-25-57W</coordinates> </location> <location> @@ -8777,12 +8782,14 @@ <!-- Translators: This is in Missouri in the United States. --> <_name>West Plains</_name> <code>KUNO</code> + <zone>MOZ097</zone> <coordinates>36-52-45N 091-54-18W</coordinates> </location> <location> <!-- Translators: This is in Missouri in the United States. --> <_name>Whiteman</_name> <code>KSZL</code> + <zone>MOZ044</zone> <coordinates>38-44N 093-33W</coordinates> </location> </state> |