From: <mk...@us...> - 2003-07-02 10:21:35
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/theater In directory sc8-pr-cvs1:/tmp/cvs-serv351 Modified Files: objectives.xml Log Message: Index: objectives.xml =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/theater/objectives.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objectives.xml 3 May 2003 11:32:44 -0000 1.1 --- objectives.xml 2 Jul 2003 10:21:32 -0000 1.2 *************** *** 3,7 **** <Object class="FeatureGroupList"> <List name="feature_groups"> ! <Object class="Objective"> <Path name="model">airbase</Path> <Float name="x">483010</Float> --- 3,13 ---- <Object class="FeatureGroupList"> <List name="feature_groups"> ! <!-- the format for specify objective locations ! has changed from local grid coordinates to ! latitude/longitude (or UTM). the following ! test objects must be updated to use simdata ! LLA tags before they can be added back into ! the theater. --> ! <!--Object class="Objective"> <Path name="model">airbase</Path> <Float name="x">483010</Float> *************** *** 23,27 **** <Float name="orientation">-0.1744</Float> <Int name="strategic_value_modifier">0</Int> ! </Object> </List> </Object> --- 29,33 ---- <Float name="orientation">-0.1744</Float> <Int name="strategic_value_modifier">0</Int> ! </Object--> </List> </Object> |