#20101 closed enhancement (fixed)
Rotate & scale tool: show angle or scale factor in status bar
Reported by: | Squizie3 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 21.03 |
Component: | Core | Version: | latest |
Keywords: | template_report status_bar measurement rotate scale tool | Cc: | GerdP |
Description
I split off this ticket of the #19906 ticket since it turns out to be a different issue. This ticket involves a possible enhancement to show the angle or scale factor in the status bar when using the rotate or scale tools.
What steps will reproduce the problem?
Rotation tool:
- Activate the selection tool in the sidebar
- Use the keyboard shortcut combination to activate the rotation tool (usually Ctrl+Shift)
- Start rotating a random object
- You cannot see any angle measurement in the status bar
Scale tool:
- Activate the selection tool in the sidebar
- Use the keyboard shortcut combination to activate the scale tool (usually Ctrl+Alt)
- Start scaling a random object
- You cannot see any scale factor measurement in the status bar
What is the expected result?
Rotation tool:
Show values in degrees in one of the bottom status bar's boxes
Scale tool:
Show values of what factor you are scaling at (e.g. 0.87) in one of the bottom status bar's boxes
What happens instead?
The angle or scale factors aren't visible
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-10-03 13:42:38 +0200 (Sat, 03 Oct 2020) Build-Date:2020-10-04 01:30:47 Revision:17084 Relative:URL: ^/trunk Identification: JOSM/1.5 (17084 nl) Windows 10 64-Bit OS Build number: Windows 10 Home 2004 (19041) Memory Usage: 831 MB / 1820 MB (596 MB allocated, but free) Java version: 1.8.0_261-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1280x768 (scaling 1.0x1.0) Maximum Screen Size: 1280x768 Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32 VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-7bd2a134, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=NULL,2048m, -Djnlpx.splashport=7488, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe] Dataset consistency test: No problems found Plugins: + FastDraw (35499) + PicLayer (35405) + buildings_tools (35563) + log4j (35092) + measurement (35405) + pbf (35446) + public_transport (35405) + reverter (35556) + routing (35405) + splinex (35454) + turnrestrictions (35515) + utilsplugin2 (35487) Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransportV2&zip=1
Attachments (0)
Change History (6)
comment:1 by , 4 years ago
Milestone: | 20.11 |
---|
comment:2 by , 4 years ago
Milestone: | → 21.03 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 4 years ago
We have some plugins that use setAngle(-1). I found buildings_tools, commandline,RelationAction. If I got that right they need a change now?
In 17632/josm: