Bug 318474 - Add tilt / roll capability
Summary: Add tilt / roll capability
Status: REPORTED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: 1.5 (KDE 4.10)
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: marble-bugs
URL: http://forum.kde.org/viewtopic.php?f=...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 02:04 UTC by Dan Jidanni Jacobson
Modified: 2013-04-17 02:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Jidanni Jacobson 2013-04-17 02:04:43 UTC
First reported in http://forum.kde.org/viewtopic.php?f=217&t=110827
E.g., in Google Earth we can achieve this position (KML just as example, I'm not saying to stuff this into Marble.)
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <Camera>
      <longitude>0</longitude>
      <latitude>0</latitude>
      <altitude>20000000</altitude>
      <roll>23.3</roll>
      <altitudeMode>absolute</altitudeMode>
    </Camera>
  </Document>
</kml>
But there is no way to make Marble view that position.

Reproducible: Always

Steps to Reproduce:
Try to tilt / roll marble.
Actual Results:  
Discovered its "two ears are anchored at the sides no matter what" (details in the above URL.

Expected Results:  
Marble should be able to view any arbitrary position. It is a shame as it comes so close....