Page 1 of 1

New: Format Change, b239

Posted: Mon Jan 25, 2010 9:00 am
by par
Please update your templates and scripts.

1. I have added <snow>/<level> tag in place of <snow>/@level attribute
WARNING: I will remove @level attribute within a week
You can specify snow-level in various units: millimeters (mm) or inches (inch)
Set @unit attribute of <snow>/<level> tag accordingly.
Example.

Code: Select all

        
        <snow>
	        <level value="10" unit="cm"/>
	</snow>
2. <mist> tag is removed.
Since mist type is not reflected by YoWindow, I have removed <mist> tag from YoWindow XML format temporary.

3. Snow level is now displayed in Inspector.

4. <thunder> tag is renamed to <thunderstorm> and has a new notation now
<thunderstorm>
-@value - a number of lightenings per minute
set @value to 0 if there is no thunderstorm
set @value to 'yes' if it's thunderstorm but you don't know the lightening rate

Example.

Code: Select all

      <thunderstorm value="5"/>
5. You can specify wind speed in miles-per-hour

See XML format documentation for the details
http://yowindow.com/forum/viewtopic.php?f=11&t=368