#12926 closed enhancement (fixed)
Don't draw selection arrows on small objects
Reported by: | RicoElectrico | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.05 |
Component: | Core mappaint | Version: | |
Keywords: | Cc: | Klumbumbus |
Description
It doesn't make sense to display red segment direction arrows on selected ways that are smaller than arrows themselves. Removing them from objects that are small on the screen would unclutter the view.
Attachments (2)
Change History (10)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Component: | Internal mappaint style → Core mappaint |
---|
comment:3 by , 8 years ago
Milestone: | → 17.05 |
---|
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 8 years ago
Great. However it seems // always draw last arrow - no matter how short the segment is
is not working. This is important sometimes when you are zoomed out and want to get an overview about what is where selected.
left: before, right: r12180
Build-Date:2017-05-15 19:03:53 Revision:12180 Is-Local-Build:true Identification: JOSM/1.5 (12180 SVN de) Windows 10 64-Bit Memory Usage: 888 MB / 1801 MB (465 MB allocated, but free) Java version: 1.8.0_131-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 1680x1050 Maximum Screen Size: 1680x1050 Dataset consistency test: No problems found ... last errors/warnings: - E: Id 'sjcgis.org-General_Basemap_WM' is not unique - used by 'WA Vektor-Straßenkarte für San Juan County' and 'Vector Streetmap for San Juan County WA'! - E: Id 'landsat_233055' is not unique - used by 'Landsat 233055' and 'Landsat 233055'! - E: Id 'South_Africa-CD_NGI-Aerial' is not unique - used by 'South Africa CD:NGI Aerial (Luftbild)' and 'South Africa CD:NGI Aerial (Luftbild)'! - E: Id 'South_Africa-CapeTown-Aerial-2013' is not unique - used by 'Stadt Kapstadt 2013 Luftbilder' and 'Stadt Kapstadt 2013 Luftbilder'! - W: Cannot lock cache directory. Will not use disk cache - W: No configuration settings found. Using hardcoded default values for all pools. - W: Cannot start IPv4 remotecontrol server on port 8111: Address already in use: JVM_Bind - W: Cannot start IPv6 remotecontrol server on port 8111: Address already in use: JVM_Bind - W: Cannot start IPv4 remotecontrol https server on port 8112: Address already in use: JVM_Bind - W: Cannot start IPv6 remotecontrol https server on port 8112: Address already in use: JVM_Bind
by , 8 years ago
Attachment: | no_arrows.png added |
---|
by , 8 years ago
Attachment: | no_arrows2.png added |
---|
comment:6 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 by , 8 years ago
You are right, for ways this is good to have. I implemented it at first, but then I tested it with buildings and it was sort of annoying there. I don't know a good way of fixing this in a way that works in every case, so I just enabled the last arrow in all cases for now.
In 12154/josm: