![]() |
2010-12-23
, 11:12
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#12
|
@zimon: When does that crash happen exactly? Could be a Qt bug indeed given the rather long backtrace in Qt libs.
The Following User Says Thank You to zimon For This Useful Post: | ||
![]() |
2010-12-23
, 17:18
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#13
|
The Following 6 Users Say Thank You to joerg_rw For This Useful Post: | ||
![]() |
2010-12-23
, 17:21
|
Banned |
Posts: 388 |
Thanked: 57 times |
Joined on Mar 2010
|
#14
|
Thanks for the positive feedback everyone, appreciated :-)
@gsever; Yes, that's possible. Note that you need both one or more offline routing maps (downloadable by country in the configuration dialog of monav in the routing dialog) and the map tiles. They can be downloaded using the "Download Region" dialog. It allows to download either a rectangular region (visible map region) or tiles along the route.
Maps are downloaded to /home/user/MyDocs/.local/share/marble/maps/
We have plans to share the OpenStreetMap tiles downloaded with other applications by reusing the /home/user/MyDocs/.maps/ directory. This may already be doable manually if you use ext4 for the flash memory and create an appropriate symlink in /home/user/MyDocs/.local/share/marble/maps/earth/openstreetmap => /home/user/MyDocs/.maps/OpenStreetMap I.
![]() |
2010-12-23
, 18:20
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#15
|
regarding crash on start, a
rm /home/user/MyDocs/.local/share/marble/routing/route.kml
helped to work around a known bug. http://websvn.kde.org/?view=revision&revision=1208604
/j
![]() |
2010-12-23
, 23:14
|
Posts: 87 |
Thanked: 535 times |
Joined on Oct 2010
@ Karlsruhe, Germany
|
#16
|
Thanks for the response earthwings.
I was wondering if full continent data be loaded through say http://wiki.openstreetmap.org/wiki/Planet.osm for offline use. Where does monav fetch the data from? I might do manual or wget based download to get the whole US routing data instead of selecting state by state --which 50 is a big number for a manual operation
wget http://edu.kde.org/marble/newstuff/maps-monav.xml -q -O - | grep payload | sed -e 's/<[^>]*>//g' -e 's/^ //'
![]() |
2010-12-24
, 18:02
|
Posts: 258 |
Thanked: 76 times |
Joined on Sep 2010
@ Lima-Peru
|
#17
|
![]() |
2010-12-25
, 20:12
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#18
|
The Following User Says Thank You to Venemo For This Useful Post: | ||
![]() |
2010-12-28
, 10:47
|
Posts: 10 |
Thanked: 2 times |
Joined on May 2010
|
#19
|
![]() |
2010-12-28
, 11:18
|
Banned |
Posts: 3,412 |
Thanked: 1,043 times |
Joined on Feb 2010
|
#20
|
![]() |
Tags |
marble, nokia n900 |
Thread Tools | |
|
@gsever; Yes, that's possible. Note that you need both one or more offline routing maps (downloadable by country in the configuration dialog of monav in the routing dialog) and the map tiles. They can be downloaded using the "Download Region" dialog. It allows to download either a rectangular region (visible map region) or tiles along the route.
Maps are downloaded to /home/user/MyDocs/.local/share/marble/maps/
We have plans to share the OpenStreetMap tiles downloaded with other applications by reusing the /home/user/MyDocs/.maps/ directory. This may already be doable manually if you use ext4 for the flash memory and create an appropriate symlink in /home/user/MyDocs/.local/share/marble/maps/earth/openstreetmap => /home/user/MyDocs/.maps/OpenStreetMap I.
@zimon: When does that crash happen exactly? Could be a Qt bug indeed given the rather long backtrace in Qt libs.
@Maruzko: Audible announcements aren't done yet, only textual ones. I hope to have it soon though, either via tts or via prerecorded audio files. It can't make it into 1.0 though as that one is feature frozen.
@zvogt: Can you give some details when crashes occur? Which map theme and which projection are you using? What have you done at that time, e.g. zooming, panning, calculating routes or similar.
The driving instructions view in the routing dialog indeed has the scrolling problem you describe. Qt doesn't handle the two scrollable widgets nice here. The only workaround is to use the keyboard for navigating through the driving instruction at this time. I hope the competing scrolling will be fixed in Qt.
I'm not aware of any other menu with such a problem though. Please report if there are others.
I'm working on supporting imperial units now. It won't get a GUI though, but rely on the locales used. One thing I'm not sure about is which distance values should be presented in feet and which in miles. Looking at other applications, there doesn't seem to be a consistent way: Sometimes only miles are used, sometimes values shorter than one mile are presented in feet. Is there some "correct" way to do it?