From d64e957adc3a320b0043ba3b14217b710ddd68c4 Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Tue, 3 Jun 2014 19:59:05 +0200 Subject: Switch to met.no locationforecastLTS-1.2 API. --- panel-plugin/weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c index efa8559..63451fd 100644 --- a/panel-plugin/weather.c +++ b/panel-plugin/weather.c @@ -660,7 +660,7 @@ update_handler(plugin_data *data) /* build url */ url = g_strdup_printf("http://api.yr.no/weatherapi" - "/locationforecastlts/1.1/?lat=%s;lon=%s;msl=%d", + "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d", data->lat, data->lon, data->msl); /* start receive thread */ -- 2.0.0