navit_shipped.xml (navit-0.5.5) | : | navit_shipped.xml (navit-0.5.6) | ||
---|---|---|---|---|
skipping to change at line 40 | skipping to change at line 40 | |||
<!-- | <!-- | |||
center= defines which map location Navit will show after first start. | center= defines which map location Navit will show after first start. | |||
It will only be used for the first start; subsequent starts will remember the | It will only be used for the first start; subsequent starts will remember the | |||
last position (in center.txt). | last position (in center.txt). | |||
Center coordinates format: "Long Lat" in decimal degrees (WGS 84). | Center coordinates format: "Long Lat" in decimal degrees (WGS 84). | |||
For other formats see http://wiki.navit-project.org/index.php/Coordinate_ format. | For other formats see http://wiki.navit-project.org/index.php/Coordinate_ format. | |||
--> | --> | |||
<navit center="11.5666 48.1333" zoom="256" tracking="1" orientation="-1" recent_dest="250" drag_bitmap="0" default_layout="Car"> | <navit center="11.5666 48.1333" zoom="256" tracking="1" orientation="-1" recent_dest="250" drag_bitmap="0" default_layout="Car"> | |||
<!-- Use one of gtk_drawing_area, qt_qpainter or sdl. On windows systems, use win32 --> | <!-- Use one of gtk_drawing_area, qt_qpainter or sdl. On windows systems, use win32 --> | |||
<graphics type="gtk_drawing_area"/> | <graphics type="gtk_drawing_area"/> | |||
<!-- | ||||
To debug the graphics plugin in question it is possible to proxy | ||||
it with svg_debug | ||||
This way every frame will be written as a svg file. In addition t | ||||
o this the real graphics plugin will | ||||
be called. To configure this, set type to svg_debug and the name | ||||
attribute to the proxied plugin. | ||||
Parameters are past to the proxied plugin as well. But resize cal | ||||
lbacks currently only passed to the proxied | ||||
plugin, and not handled by svg_debug, so resizing the window will | ||||
not update the width and height of the resulting | ||||
scg file. But all calls will still be recorded and written to the | ||||
file, so you will see those drawing when opening | ||||
the svg in an editor like inkscape. | ||||
Example: | ||||
--> | ||||
<!-- | ||||
<graphics type="svg_debug" name="sdl2" window_title="Alternative | ||||
attributes as passed to proxied plugin" w="1000" h="1000" /> | ||||
--> | ||||
<!-- | <!-- | |||
The following line let you select which graphical user interface you'd like to use. | The following line let you select which graphical user interface you'd like to use. | |||
Options include internal (optimized for touch screen devices), gt k (useful for desktop computers). | Options include internal (optimized for touch screen devices), gt k (useful for desktop computers). | |||
If you don't like the internal gui, set enabled=yes for the follo wing tag and enabled=no for the gui internal tag | If you don't like the internal gui, set enabled=yes for the follo wing tag and enabled=no for the gui internal tag | |||
--> | --> | |||
<gui type="gtk" enabled="no" menubar="1" toolbar="1" statusbar="1 "/> | <gui type="gtk" enabled="no" menubar="1" toolbar="1" statusbar="1 "/> | |||
<!-- | <!-- | |||
In case of the internal GUI, you can even influence the size of t he text and of the icons in the toolbar and the viewport. | In case of the internal GUI, you can even influence the size of t he text and of the icons in the toolbar and the viewport. | |||
Here's an example for a freerunner: | Here's an example for a freerunner: | |||
<gui type="internal" font_size="350" icon_xs="32" icon_s="96" ico n_l="96"/> | <gui type="internal" font_size="350" icon_xs="32" icon_s="96" ico n_l="96"/> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 22 lines changed or added |