<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.16576">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>it seems that the <rotation> tag specified in 
GroundOverlay\LatLonBox</FONT></DIV>
<DIV><FONT size=2 face=Arial>does not work.</FONT></DIV>
<DIV><FONT size=2 face=Arial>I tested this for any marble projection, the loaded 
image is not turned.</FONT></DIV>
<DIV><FONT size=2 face=Arial>If i open this kml file with GoogleEarth, the image 
is turned like set in <rotation> tag.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Debugging marblewidget i can see, that the rotation 
value is set in:</FONT></DIV>
<DIV><FONT size=2 face=Arial><FONT size=2>
<P>GeoNode* KmlrotationTagHandler::parse( GeoParser& parser ) </FONT><FONT 
color=#0000ff size=2><FONT color=#0000ff size=2>const<BR>{<BR>    
...<BR>    <FONT size=2>qreal rotation = 
parser.readElementText().toFloat();<BR>    
parentItem.nodeAs<GeoDataLatLonBox>()->setRotation( rotation * DEG2RAD 
);<BR>    ...<BR>}</P></FONT></FONT></FONT><FONT color=#0000ff 
size=2><FONT color=#0000ff size=2></FONT></FONT></FONT></DIV>
<DIV><FONT size=2 face=Arial>but this setting seems to have no affect drawing 
the image,</FONT></DIV>
<DIV>
<DIV><FONT size=2 face=Arial>do i miss something ? some settings which should be 
enabled ?</FONT></DIV></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>br, konrad</FONT></DIV></BODY></HTML>