changeset 236:f36c26b3c38b

Adjust FMI query.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jan 2015 16:17:41 +0200
parents 059660980388
children 56af82fb7a6d
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Fri Jan 09 15:40:54 2015 +0200
+++ b/fetch_weather.pl	Mon Jan 12 16:17:41 2015 +0200
@@ -460,7 +460,7 @@
     "multipointcoverage".
 #    "timevaluepair".
     "&starttime=".format_time_gmt(time() - 10*60)."&endtime=".format_time_gmt(time()).
-    "&parameters=temperature,humidity&maxlocations=50&bbox=19,59,32,70";
+    "&parameters=temperature,humidity&maxlocations=100&bbox=19,59,32,75";
 
   print STDERR "FMI URI: ".$uri."\n" if opt_chk_bool("debug");