sup
|
2012-11-27
, 19:07
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#651
|
|
2012-11-29
, 10:45
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#652
|
The Following User Says Thank You to gianko For This Useful Post: | ||
|
2012-11-29
, 12:16
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#653
|
|
2012-11-30
, 18:38
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#654
|
i edited the mapset line with my path for the osm map, and the line
<vehicle name="Local GPS" profile name="car" enabled="yes" active="1" source="maemo>"
then copied to ~/.navit
i noticed also an issue, full screen mode is not in the menu now, and the osd button for fullscreen also is not working.
The Following User Says Thank You to sup For This Useful Post: | ||
|
2012-12-01
, 14:09
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#655
|
|
2012-12-01
, 18:21
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#656
|
I just built a new package of the latest navit code (r5278), which contains a few bugfixes (among other things):
* http://trac.navit-project.org/ticket/1081 (missing speedcams)
* http://trac.navit-project.org/ticket/1040 (better waypoint handling)
* http://trac.navit-project.org/ticket/985 (wrong scale)
A heads-up: The navit developers plan to remove support for building navit with autotools:
http://wiki.navit-project.org/index.php/Main_Page
This will break our build process for the n900. I am pessimistic that I get that build process fixed for the n900, I tried before but failed and I think a substancial amount of time (or experience?) is needed to convert the build process to cmake. I do not remember the exact issue anymore, which made the cmake build attempt failing.
I.e. it is very likely that I cannot provide updates to the navit packages on bokomoko.de anymore, when the navit developers remove autotools support.
I hope they postphone that for a few months.
gui_internal:image_new_scaled:Failed to load image for 'country_FR' (w=48, h=48)
--enable-svg2png-scaling=8,16,32,48,96 --enable-svg2png-scaling-flag=8 16 32 48 96 --enable-svg2png-scaling-nav=8,16,32,48,96
|
2012-12-02
, 07:32
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#657
|
|
2012-12-02
, 09:46
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#658
|
You can do an
$ apt-get source navit
then you should get the source and the build directory.
Then debian/rules contains the configuration
# scale all gui icons
DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64" \
--enable-svg2png-scaling-flag="16 24 32" \
--enable-svg2png-scaling-nav="16 32 48 64"
I never changed that. Can you explain what the three parameters are doing and what settings you are recommending?
Thanks.
<gui type="internal" icon_xs="32" icon_s="96" icon_l="96" />
DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64 72 96" \ --enable-svg2png-scaling-flag="16 24 32 48 64" \ --enable-svg2png-scaling-nav="16 32 48 64 72 96"
|
2012-12-02
, 13:00
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#659
|
navit (0.2.0+dfsg.1-1maemo1~5278.1) unstable; urgency=low * Build with more icons $ diff rules~ rules 25,27c25,27 < DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64" \ < --enable-svg2png-scaling-flag="16 24 32" \ < --enable-svg2png-scaling-nav="16 32 48 64" --- > DEB_CONFIGURE_EXTRA_FLAGS += --enable-svg2png-scaling="16 24 32 48 64 72 96" \ > --enable-svg2png-scaling-flag="16 24 32 48 64" \ > --enable-svg2png-scaling-nav="16 32 48 64 72 96" $ -- Rainer Dorsch <dev@bokomoko.de> Sun, 2 Dec 2012 12:36:08 +0100
The Following User Says Thank You to rdorsch For This Useful Post: | ||
|
2012-12-02
, 13:40
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#660
|
Tags |
navigation, navit, nokia n900, openstreetmap |
|