![]() |
2011-09-24
, 12:22
|
Posts: 43 |
Thanked: 50 times |
Joined on Apr 2011
@ Ipoh, Malaysia
|
#192
|
![]() |
2011-09-30
, 17:04
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#193
|
![]() |
2011-10-07
, 01:34
|
Posts: 38 |
Thanked: 10 times |
Joined on Jan 2010
@ GTA Ontario
|
#194
|
![]() |
2011-10-07
, 19:02
|
Posts: 87 |
Thanked: 535 times |
Joined on Oct 2010
@ Karlsruhe, Germany
|
#195
|
The Following 2 Users Say Thank You to earthwings For This Useful Post: | ||
![]() |
2011-10-08
, 06:49
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#196
|
![]() |
2011-10-13
, 14:18
|
Posts: 38 |
Thanked: 10 times |
Joined on Jan 2010
@ GTA Ontario
|
#197
|
@gadgetChris: Very infrequently the monav routing daemon reaches a state where it does not work anymore and it needs to be killed manually. An easy way to do that is to reboot the N900. Does that help?
Have you checked the routing configuration in Marble? It does some basic sanity checks for Monav as well (checks whether the daemon can be executed and whether at least one map is installed).
![]() |
2011-10-15
, 21:08
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#198
|
![]() |
2011-10-16
, 01:21
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#199
|
$HOME/.local/share/marble/maps/mars
/opt/marble/share/marble/data/maps/
/opt/marble/share/marble/data/svg/lunarmap.svg /opt/marble/share/marble/data/svg/worldmap.svg
marble/src/plugins/render/overviewmap/OverviewMap.cpp
void OverviewMap::changeBackground( const QString& target ) { delete m_svgobj; m_svgobj = 0; if ( target == "moon" ) { m_svgobj = new QSvgRenderer( MarbleDirs::path( "svg/lunarmap.svg" ), this ); return; } if ( target == "earth" ) { m_svgobj = new QSvgRenderer( MarbleDirs::path( "svg/worldmap.svg" ), this ); } }
void OverviewMap::changeBackground( const QString& target ) { delete m_svgobj; m_svgobj = 0; m_svgobj = new QSvgRenderer( MarbleDirs::path( "svg/" + target + "map.svg" ), this ); return; }
The Following 3 Users Say Thank You to sulu For This Useful Post: | ||
![]() |
2011-10-21
, 19:42
|
Posts: 87 |
Thanked: 535 times |
Joined on Oct 2010
@ Karlsruhe, Germany
|
#200
|
The Following 4 Users Say Thank You to earthwings For This Useful Post: | ||
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!