Summary: | Odd behavior when scrolling around the poles | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Stephan Burkhardt <oceanofsolaris> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bastianholst, egk865, nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.8 (KDE 4.3) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephan Burkhardt
2010-04-20 07:12:21 UTC
The problem can be seen as well when turning animations on. The interpolated positions when travelling across a pole are off, too. I noticed a related problem at the poles with the coordinate grid. When you zoom in a lot, the drawing of the coordinate grid gets all messed up. The lines sometimes veer off in the wrong direction and too many get bunched up together. I attached some screen shots showing the problem. Note I was using the "Plain" map but that in order to zoom in a lot, I had to modify the file data/maps/earth/plain/plain.dgml and change the line with <maximum> 2100 </maximum> to <maximum> 4000 </maximum> If you don't make this change, you won't notice this problem since by default you can't zoom in that much. (We had to make this change since the users of the application we are developing wanted to zoom in a lot) SVN commit 1148618 by bholst: Fixed jump in the rotation of the marble globe when dragging over a pole. CCBUG: 234861 M +19 -18 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148618 SVN commit 1148621 by bholst: Fixed Marble's wrong spinning direction. The polarity is not an indicator for the visible pole. CCBUG: 234861 M +3 -1 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148621 SVN commit 1148628 by bholst: Fixed jump in the rotation of the marble globe when dragging over a pole. CCBUG: 234861 backport of r1148618 M +19 -18 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148628 SVN commit 1148629 by bholst: Fixed Marble's wrong spinning direction. The polarity is not an indicator for the visible pole. CCBUG: 234861 backport of r1148621 M +3 -1 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148629 |