Changes between Version 10 and Version 31 of Help/StatusBar


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/StatusBar

    v10 v31  
    11[[TranslatedPages]]
     2
    23== Status Bar ==
    3 The status bar (bottom panel) displays the following information (from left to right):
    4 ||= Box =||= Displays =||= Notes =||
    5 ||[[Image(source:trunk/images/statusline/lat.png)]]||the geographic latitude of the mousepointer||Left click opens the [Action/JumpToPosition jump to position dialog]||
    6 ||[[Image(source:trunk/images/statusline/lon.png)]]||the geographic longitude of the mousepointer||Left click opens the [Action/JumpToPosition jump to position dialog]||
    7 ||[[Image(source:trunk/images/statusline/heading.png)]]||the (compass) heading of the line segment being drawn|| ||
    8 ||[[Image(source:trunk/images/statusline/angle.png)]]||the angle between the previous and the current way segment. The background color of this box changes to green if [wiki:Help/Action/Draw#Anglesnapping angle snapping] is active.||See also context menu below.||
    9 ||[[Image(source:trunk/images/statusline/dist.png)]]||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||changes the system of measurement (Metric → Chinese → Imperial → Nautical Mile). With a right click you can directly choose one measurement system||
    10 ||[[Image(source:trunk/images/statusline/name.png)]]||the name, number of nodes and ID of the object at the mouse pointer || ||
    11 || (an empty space) or text ||some helpful information about the current [EditToolbar working mode]||With a right click you can copy the shown help text ||
     4[[Image(statusbar.png,link=)]]
    125
    13 With a right click on the status bar you can choose if the statusbar gets hidden when hiding the dialogs panel ({{{Tab}}}).
     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 displayes 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. ||
    1416
    15 Screenshot:
    16 
    17 [[Image(statusbar.png)]]
     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`,
    1818
    1919=== Angle snapping settings menu ===#anglemenu
    20 Available via right click menu at "angle" when [Help/Action/Draw Draw mode] is enabled:
     20Available via right click menu at [[JOSMImage(statusline/angle)]] ''angle'' when [[JOSMImage(mapmode/node/autonode)]] [wikitr:/Help/Action/Draw Draw mode] is enabled:
    2121
    22 [[Image(statusbar-anglespapping-right-click-menu.png)]]
     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.
    2333
    2434----
    25 Back to [wiki:/Help Main Help]
     35Back to [wikitr:/Help Main Help]