From 8781c1030abf9848fbb2c51cebfe6b784247ede8 Mon Sep 17 00:00:00 2001 From: jons Date: Mon, 31 Mar 2008 21:22:08 +0000 Subject: [PATCH] Fix repositioning example --- Docs/model-howto.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/model-howto.html b/Docs/model-howto.html index 9f4ca312c..62290cd51 100644 --- a/Docs/model-howto.html +++ b/Docs/model-howto.html @@ -204,8 +204,8 @@ ground, you could reorient it in the XML wrapper file like this:

</model> </sim> <offsets> - <heading-offset-deg>270</heading-offset-deg> - <z-offset-m>-1.5</z-offset-m> + <heading-deg>270</heading-deg> + <z-m>-1.5</z-m> </offsets> </PropertyList>