GNOME Bugzilla – Bug 614169
Nizhny Novgorod, Russia incorrectly listed as Strigino in /usr/share/libgweather/Locations.xml
Last modified: 2017-12-15 17:23:10 UTC
Nizhny Novgorod is incorrectly listed as Strigino in /usr/share/libgweather/Locations.xml. Strigino is a small village near which Nizhny Novgorod International Airport (also referred to as Strigino Airport) is located (http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport), not the city itself. This bug prevents Nizhny Novgorod from appearing in the pop-up location list in gnome panel clock applet, where Strigino appears instead. expected: <city> <name>Nizhny Novgorod</name> <coordinates>56.202778 43.798611</coordinates> <location> <name>Nizhny Novgorod, Strigino Airport</name> <code>UWGG</code> <tz-hint>Europe/Moscow</tz-hint> <coordinates>56.330000 44.000000</coordinates> </location> </city> present: <city> <name>Strigino</name> <coordinates>56.202778 43.798611</coordinates> <location> <name>Nizhny Novgorod, Strigino Airport</name> <code>UWGG</code> <tz-hint>Europe/Moscow</tz-hint> <coordinates>56.330000 44.000000</coordinates> </location> </city>
I can confirm in libgweather 3.3, and agree with the proposed fix above.
commit cd87bc537f898db761c44bf47f8291635b17cae8 Author: Bastien Nocera <hadess@hadess.net> Date: Thu Dec 14 13:05:20 2017 +0000 locations: Attach Strigino airport to the major city next to it We also update the coordinates for Strigino Airport as per: https://en.wikipedia.org/wiki/Strigino_International_Airport https://bugzilla.gnome.org/show_bug.cgi?id=614169