Weather app should use GPS-based location.
Bug #1372607 reported by
Tomas Öqvist
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Weather App |
Fix Released
|
High
|
Victor Thompson |
Bug Description
The weather app can't detect the correct position even though google maps and OSMTouch show my exact location. I am in Bromma, Stockholm, Sweden and the Weather app detects my position as Vänsjö, Småland, which is about 400 km north of Stockholm.
Related branches
lp://staging/~vthompson/ubuntu-weather-app/reboot-location-qml
- Martin Borho: Approve
- Andrew Hayzen: Approve
- Alan Pope 🍺🐧🐱 🦄 (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 110 lines (+73/-1)4 files modifiedapp/components/CurrentLocation.qml (+62/-0)
app/ubuntu-weather-app.qml (+4/-0)
app/ui/LocationsPage.qml (+4/-0)
ubuntu-weather-app.apparmor (+3/-1)
summary: |
- Weather app is way off in location detection. + Weather app should use GPS location. |
Changed in ubuntu-weather-app: | |
status: | Confirmed → Triaged |
summary: |
- Weather app should use GPS location. + Weather app should use GPS-based location. |
Changed in ubuntu-weather-app: | |
importance: | Undecided → High |
Changed in ubuntu-weather-app: | |
assignee: | nobody → Victor Thompson (vthompson) |
status: | Triaged → Fix Committed |
milestone: | none → 2.0 |
Changed in ubuntu-weather-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The app currently uses geoip to detect the solution. Will be replaced with a Qt Positioning based solution in the nearest future.