Langkey missing

Issue #18 resolved
Former user created an issue

In OpenWeatherMap.java line 512 in Function currentWeatherByCoordinates the language parameter is missing.

New line 513 should be: .append(PARAM_LANG).append(this.lang).append("&")

In the other functions like hourlyForecastByCityName or currentWeatherByCityCode, the parameter is there, but for currentWeatherByCoordinates it is missing.

Comments (2)

  1. Ashutosh Kumar Singh repo owner

    Hi, thanks for reaching out to me. And apologies for the late response. I wasn't able to work on this lib for long time, but finally I have decided to work on it and make it the full-featured lib. for OpenWeatherMap.org

    I have shifted the repo. to http://go.aksingh.net/owm-japis. Kindly check it there.

    You will find this issue is fixed in the new version. Thank you.

  2. Log in to comment