| 3 | | The status bar (bottom panel) displays the following information (from left to right): |
| 4 | | ||= Box =||= Displays =||= Action when you click on it =|| |
| 5 | | ||[[Image(source:trunk/images/statusline/lat.png)]]||the geographic latitude of the mousepointer||opens the [Action/JumpToPosition jump to position dialog]|| |
| 6 | | ||[[Image(source:trunk/images/statusline/lon.png)]]||the geographic longitude of the mousepointer||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||''none''|| |
| 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/AngleSnapping angle snapping] is active.||''none''|| |
| 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 ||''none''|| |
| 11 | | ||''none''||some helpful information about the current [EditToolbar working mode]||''none'' - With a right click you can copy the shown help text|| |
| | 4 | [[Image(statusbar.png,link=)]] |
| 13 | | With a right click on the status bar you can choose if the statusbar gets hidden when hiding the dialogs panel ({{{Tab}}}). |
| | 6 | The 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. || |
| 17 | | [[Image(statusbar.png)]] |
| | 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: |
| | 21 | |
| | 22 | [[Image(statusbar-anglespapping-right-click-menu.png,link=)]] |
| | 23 | |
| | 24 | === Advanced Preferences ===#AdvancedPreferences |
| | 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 | |
| | 32 | After changing such a key you need to restart JOSM. |