Changes between Initial Version and Version 32 of Help/StatusBar


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/StatusBar

    v1 v32  
     1[[TranslatedPages]]
     2
     3== Status Bar ==
     4[[Image(statusbar.png,link=)]]
     5
     6The status bar displays the following information:
     7||= **Box** =||= **Displays** =||= **Action / Menus** =||
     8||  [[JOSMImage(statusline/lat)]]  || The geographic latitude of the mousepointer || A left click opens the [wikitr:/Help/Action/JumpToPosition Jump to Position Dialog]. With a right click you can change the coordinates format (`Decimal Degrees`, `deg° min' sec"`, `deg° min'` ''(Nautical)'', ''Projected Coordinates''). ||
     9||  [[JOSMImage(statusline/lon)]]  || The geographic longitude of the mousepointer || Same as above. ||
     10||  [[JOSMImage(statusline/heading)]]  || The (compass) heading of the line segment being drawn. || ||
     11||  [[JOSMImage(statusline/angle)]]  || The angle between the previous and the current way segment. Green background color if [wikitr:/Help/Action/Draw#Anglesnapping Angle Snapping] is active. When [wikitr:/Help/Action/Select#Rotate Rotate] is used it displays the rotation angle. When [wikitr:/Help/Action/Select#Scale Scale] is used it displays the scaling factor. || A right click opens the angle snapping settings menu, see [#anglemenu below]. ||
     12||  [[JOSMImage(statusline/dist)]]  || In edit mode: the length of new way segment being drawn; in select mode: the length of selected way(s) or the distance of two selected nodes || A left click changes the system of measurement (''Metric'' → ''Chinese'' → ''Imperial'' → ''Nautical Mile''). With a right click you can directly choose one measurement system. ||
     13||  [[JOSMImage(statusline/name)]]  || The name, number of nodes and ID of the object at the mouse pointer. || ||
     14||||
     15||  ''text''  || Some helpful information about the current [wikitr:/Help/EditToolbar working mode] || With a right click you can copy the shown help text. ||
     16
     17Additional, except "''text''", the context menu always includes a check box to choose if the statusbar gets hidden when hiding the dialogs panel with `Tab`,
     18
     19=== Angle snapping settings menu ===#anglemenu
     20Available via right click menu at [[JOSMImage(statusline/angle)]] ''angle'' when [[JOSMImage(mapmode/node/autonode)]] [wikitr:/Help/Action/Draw Draw mode] is enabled:
     21
     22[[Image(statusbar-anglespapping-right-click-menu.png,link=)]]
     23
     24=== Advanced Preferences ===#AdvancedPreferences
     25With the following keys in the [[JOSMImage(preferences/advanced,link=,24,middle)]] [wikitr:/Help/Preferences/Advanced Advanced Preferences] you can adjust the numbers in the statusbar:
     26
     27 latlon.dms.decimal-format:: adjusts the number of decimal places of the coordinates in `deg° min' sec"` format (''Default value:'' `00.000`)
     28 latlon.dm.decimal-format:: adjusts the number of decimal places of coordinates in `deg° min'` (''Nautical'') format (''Default value:'' `00.0`)
     29 statusbar.decimal-format:: adjusts the number of decimal places of heading, angle and distance/length (''Default value:'' `0.00`)
     30 statusbar.distance-threshold:: determines when to display `--` instead of the distance (''Default value:'' `0.01`)
     31
     32After changing such a key you need to restart JOSM.
     33
     34----
     35Back to [wikitr:/Help Main Help]