[Phphtmllib-devel] SF.net SVN: phphtmllib:[3425] trunk/open2300/lib/modules/home/widgets/ RemoteMet
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-03-03 23:04:56
|
Revision: 3425 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3425&view=rev Author: hemna Date: 2010-03-03 23:04:50 +0000 (Wed, 03 Mar 2010) Log Message: ----------- try placerville Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc 2010-03-03 22:16:48 UTC (rev 3424) +++ trunk/open2300/lib/modules/home/widgets/RemoteMetarConditions.inc 2010-03-03 23:04:50 UTC (rev 3425) @@ -36,7 +36,7 @@ const ID = "rmetar"; - protected $url="http://api.itimeteo.com/metar.ims?icao=kaun&format=json&decoded=true"; + protected $url="http://api.itimeteo.com/metar.ims?icao=kpvf&format=json&decoded=true"; /** * Class Constructor @@ -65,6 +65,7 @@ //Log::singleton()->debug(var_export($metar, true)); $conditions = array(); + $conditions["metar"] = $metar->Metar->Report; $conditions["season"] = $GLOBALS["config"]->get("season"); $clouds = $this->decode_clouds($metar->Metar->DecodeLine0->Clouds); $conditions["clouds"] = $clouds; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |