summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-10-11 23:13:33 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-10-11 23:13:33 +0000
commit17162d7f54b0242909df1d42a76ad4743e42b2d0 (patch)
treeb1cecd9b78f0c25d2f12f9bf59535f1c18b51b93 /navit/navit_shipped.xml
parent6eb25df152131d5f684dbcd1a0b78217cb384e9a (diff)
downloadnavit-svn-17162d7f54b0242909df1d42a76ad4743e42b2d0.tar.gz
Fix:xml:Better docs for center= attribute, use standard coordinate format.|Should address #1248.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5909 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 457d6e29..435a8ebd 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -25,13 +25,13 @@
<!-- timestamps 0/1 - prefix log messages with a timestamp -->
<debug name="timestamps" level="0"/>
- <!-- This line defines which location on the map navit will show after startup.
- It makes sense to set it to your home coordinates.
- Center coordinates format:
- [D][D]DMM.ss[S][S]... N/S [D][D]DMM.ss[S][S]... E/W
- [-][D]D.d[d]... [-][D][D]D.d[d]...
- [-]0xX [-]0xX -->
- <navit center="4808 N 1134 E" zoom="256" tracking="1" orientation="-1" recent_dest="250">
+ <!-- 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
+ last position (in center.txt).
+ Center coordinates format: "Long Lat" in decimal degrees (WGS 84).
+ 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">
<!-- Use one of gtk_drawing_area, qt_qpainter or sdl.
On windows systems, use win32 -->
<graphics type="gtk_drawing_area"/>