Changes between Version 10 and Version 11 of SystemHowtoManualEN


Ignore:
Timestamp:
Oct 6, 2012, 12:13:01 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemHowtoManualEN

    v10 v11  
    1818To enable map rotation, go to the '''menu->options->Map->Rotation''' submenu. Please note that map rotation only takes effect when '''map centereing''' is '''on'''.
    1919
    20 === Set current position ===
     20=== Set current position manually ===
    2121!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.
    2222
     
    2424
    2525NOTE: 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
     30Example:
     31{{{
     32./modrana.py --focus-on-coordinates="geo:51.0,14.5"
     33}}}