Am 21.02.2012 15:32, schrieb Stefan Gofferje:
> During my tinkering with Sunrises 1.1, I added the following for the
> <sim/>  section:
> <systems>
>     <property-rule>
>       <name>Local Weather Rules</name>
>       <path>Environment/local-weather-rules.xml</path>
>     </property-rule>
> </systems>
Doing so replaces the property-rule defined in the global 
preferences.xml at index zero (METAR Interpolation Rule) with the Local 
Weather Rule.
--config does not _add_ the elements defined there but to replace the 
existing elements. If you want to add a new property-rule, you have to 
specify the index like this.

  <systems>
      <property-rule n="3">
        <name>Local Weather Rules</name>
        <path>Environment/local-weather-rules.xml</path>
      </property-rule>
  </systems>

This does make too much sense, however as the local weather rule is 
alread defined in preferences.xml.

Torsten

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to