Page 1 of 1

New: Format Change, b242

Posted: Wed Jan 27, 2010 4:06 pm
by par
Please update your templates and scripts.

1. I have replaced several attributes with the corresponding tags.

<rain>/@rate -> <rain>/<rate>
<rain>/@daily_total -> <rain>/<daily_total>
<snow>/@rate -> <snow>/<rate>

We need this change to let the user specify parameter units and also for format consistency.

WARNING: I will remove @rate and @daily_total attributes in a week.

2. You can provide wind gusts now with the following syntax

Code: Select all

<wind>
	<speed value="10"/>
	<direction value="45"/>
	<gusts value="15"/>
</wind>
See XML format documentation for the details
http://yowindow.com/forum/viewtopic.php?f=11&t=368