-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Use location services #49
Comments
Hey, @janus2 sold me it already uses the Locale kit... :) |
@humdingerb He is talking of geolocalization that Haiku does not support. We use the locale to establish the unit (I hope with the addition of all the other degrees someone has not broken the function) |
Then there's a bug somewhere. If I set the Locale prefs to English (US) for Language and Formatting, I still see °C in a newly opened Weather window. |
have you delete the settings? |
It works for me locale Formatting English (US) -> °F |
I now deleted the settings. Forecast is back in the game, thanks. |
The app at the first start tries to figure the best choice for the user using the locale Formatting Settings... So if I live in USA I never need to touch the preferences... If the prediction is wrong very improbable I can change the unit in the preferences panel. This is how it works. Very clever if you allow me ;-) |
Haiku does support geolocalization. There is a BGeolocalization class for that in the locale kit, IIRC. However, it uses a private key which was only known by olta buildbots, which I think have been retired. We should find another way to securely store that key so that only buildbots can see it in cleartext. Still, the API is there and can be used. We would be more motivated to keep it working if there are some apps actually using it (I planned to use it to implement HTML5 geoloc at the time, but never got to plugging WebKit to it). |
I tried with openGrok can't find this class is spelled wrong? |
When I asked three years ago the answer was not service no party! |
I don't think geolocation is what we want for Weather. I want to either have it use the unit I set in the Locale prefs, or I want to override it for this specific window/replicant. I don't want it changed depending where I'm currently located (that may be a desired optional feature in Haiku's Locale prefs). |
Not for the unit (that should be set according to Locale indeed), but for the initial location when you start the app. That is the point of this particular issue:
The units are a completely different thing. |
Sorry, I apparently took a wrong turn... :) |
@humdingerb I'm not totally sure but i think the units work as you expected. |
With this feature, someone opening their laptop in Albuquerque or Pismo Beach would have the correct location show up for them. ;) |
|
Can we use the GeoClue library for this?, it may not be tide to D-bus and thus can be used as a standalone lib? |
As mentionned, Haiu has a BGeolocationClass which does all we need here already. We could improve it with geoip (currently it only uses wifi networks scanning). No need for ported libs/services such as geoclue however, this is easily implemented natively. |
App should use location services to determine user's location to display local temperature and weather.
The text was updated successfully, but these errors were encountered: