Skip to content
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

CZOpenWeatherMapRequest with location #18

Closed
paulgee31 opened this issue Jun 2, 2015 · 3 comments
Closed

CZOpenWeatherMapRequest with location #18

paulgee31 opened this issue Jun 2, 2015 · 3 comments
Assignees
Labels

Comments

@paulgee31
Copy link

When using CZopenWeatherMapRequest with LocationFromCoordinate the API URL is incorrectly formatted
http://api.openweathermap.org/data/2.5/weather?lat=51.2758,lon=-0.7763&lang=en&mode=json&APPID=XXXXX
The lat and lon should be separated by an & not a ,

I think the problem is componentForLocation in CZopenWeatherMapAPI

@comyar
Copy link
Owner

comyar commented Jun 3, 2015

Good catch, figured something was bound to be broken with the update. I'll have a fix out ASAP.

@comyar comyar self-assigned this Jun 3, 2015
@comyar comyar added the bug label Jun 3, 2015
@comyar comyar closed this as completed in 771199a Jun 3, 2015
@comyar
Copy link
Owner

comyar commented Jun 3, 2015

Alright, I've pushed out release 2.0.1 with the fix for this. Thanks for reporting!

@paulgee31
Copy link
Author

Thanks for the quick turn around and a great API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants