View Single Post
Posts: 61 | Thanked: 17 times | Joined on Dec 2008 @ Toronto
#283
ernia/lemmyslender, many thanks for teaching me about the routing. To me this is totally non-intuitive. But now that I know it is obvious :-)

Having tried the routing, I did a bit of digging in the code, then asked a ? on #navit. My theory was correct, the icons used to display Next trun are by default .svg files. And we know how well that works on Maemo.
The solution is to add
Code:
icon_src="$NAVIT_SHAREDIR/xpm/%s_wh_48_48.png
to the next_turn OSD config line. Voila, your icons appear again. E.g. the line I used is
Code:
<osd enabled="yes" type="navigation_next_turn" x="325" y="-135" w="150" h="100" align="15" background_color="#a60c0f00" icon_src="$NAVIT_SHAREDIR/xpm/%s_wh_48_48.png" />
gerrit
 

The Following User Says Thank You to gerritv For This Useful Post: