Changes between Version 10 and Version 11 of SystemHowtoManualEN
- Timestamp:
- Oct 6, 2012, 12:13:01 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemHowtoManualEN
v10 v11 18 18 To enable map rotation, go to the '''menu->options->Map->Rotation''' submenu. Please note that map rotation only takes effect when '''map centereing''' is '''on'''. 19 19 20 === Set current position ===20 === Set current position manually === 21 21 !ModRana center on the last known position on startup automatically. This should be not an issue if you have a GPS fix - but if you are running modRana on a device without GPS, you might want to override the "current position" coordinates. 22 22 … … 24 24 25 25 NOTE: If you want to do this on a device that ''has'' a working GPS, you should probably turn it off first ('''Options->Location->GPS'''), or it would quickly overwrite the position you just set with real coordinates. 26 27 === Focus on coordinates on startup === 28 !ModRana centers on the last known position on startup. To disable centering & focus on a set of coordinates instead, you can use the ''--focus-on-coordinates'' command line option. 29 30 Example: 31 {{{ 32 ./modrana.py --focus-on-coordinates="geo:51.0,14.5" 33 }}}