Changes between Version 28 and Version 32 of Help/StatusBar
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/StatusBar
v28 v32 2 2 3 3 == Status Bar == 4 [[Image(statusbar.png, 80%,link=)]]4 [[Image(statusbar.png,link=)]] 5 5 6 6 The status bar displays the following information: 7 ||= Box =||=Displays=||=Action / Menus =||7 ||= **Box** =||= **Displays** =||= **Action / Menus** =|| 8 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 9 || [[JOSMImage(statusline/lon)]] || The geographic longitude of the mousepointer || Same as above. || 10 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. || A right click opens the angle snapping settings menu, see [#anglemenu below]. || 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 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 13 || [[JOSMImage(statusline/name)]] || The name, number of nodes and ID of the object at the mouse pointer. || || … … 18 18 19 19 === Angle snapping settings menu ===#anglemenu 20 Available via right click menu at [[JOSMImage(statusline/angle)]] "angle"when [[JOSMImage(mapmode/node/autonode)]] [wikitr:/Help/Action/Draw Draw mode] is enabled:20 Available via right click menu at [[JOSMImage(statusline/angle)]] ''angle'' when [[JOSMImage(mapmode/node/autonode)]] [wikitr:/Help/Action/Draw Draw mode] is enabled: 21 21 22 22 [[Image(statusbar-anglespapping-right-click-menu.png,link=)]] 23 23 24 24 === Advanced Preferences ===#AdvancedPreferences 25 With the following keys in the [wikitr:/Help/Preferences/Advanced Advanced Preferences] you can adjust the numbers in the statusbar: 26 * `latlon.dms.decimal-format`: adjusts the number of decimal places of the coordinates in deg° min' sec" format 27 * `latlon.dm.decimal-format`: adjusts the number of decimal places of coordinates in deg° min' (Nautical) format 28 * `statusbar.decimal-format`: adjusts the number of decimal places of heading, angle and distance/length 29 * `statusbar.distance-threshold`: determines when to display `--` instead of the distance 25 With 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 30 32 After changing such a key you need to restart JOSM. 31 33