https://bugs.kde.org/show_bug.cgi?id=425770
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/a35caab675116c1154542266a |t/ced114433dfd4fd74728eef30 |ebd7c2410570561 |5013f342aeb91ae --- Comment #5 from Ismael Asensio <isma...@gmail.com> --- Git commit ced114433dfd4fd74728eef305013f342aeb91ae by Ismael Asensio. Committed on 25/02/2025 at 17:22. Pushed by iasensio into branch 'Plasma/6.3'. weather/envcan: Fix parsing of station coordinates The station coordinates in the forecast xml results are in the form of textual "64.52N", "105.23W". We were previously only using the absolute value, which fails for most Canada points, as "W" has to be interpreted as a negative longitude. The station coordinates are not exposed currently in the applet, but are used to calculate if the observation corresponds to day or night. FIXED-IN: 6.3.3 (cherry picked from commit a35caab675116c1154542266aebd7c2410570561) M +22 -3 dataengines/weather/ions/envcan/ion_envcan.cpp M +1 -0 dataengines/weather/ions/envcan/ion_envcan.h https://invent.kde.org/plasma/plasma-workspace/-/commit/ced114433dfd4fd74728eef305013f342aeb91ae -- You are receiving this mail because: You are watching all bug changes.