Modify ↓
Opened 5 years ago
Closed 5 years ago
#19181 closed enhancement (fixed)
[Patch] Preference "Draw. Direction Arrows" looks ugly when zoomed out
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.05 |
Component: | Core | Version: | |
Keywords: | Cc: | Klumbumbus, michael2402 |
Description (last modified by )
Attachments (1)
Change History (7)
by , 5 years ago
Attachment: | 19181.patch added |
---|
comment:1 by , 5 years ago
Cc: | added |
---|---|
Description: | modified (diff) |
Milestone: | → 20.05 |
Summary: | Preference "Draw. Direction Arrows" looks ugly when zoomed out → [Patch] Preference "Draw. Direction Arrows" looks ugly when zoomed out |
comment:2 by , 5 years ago
I personally never use "draw.segment.direction=true", but with the patch lower zooms look better, so why not.
comment:3 by , 5 years ago
I use it because it shows where the closing node of a closed way is. These nodes often produce special cases for actions or validator tests.
Edit: when draw.segment.head_only is true
comment:5 by , 5 years ago
Milestone: | 20.05old → 20.05 |
---|
Note:
See TracTickets
for help on using tickets.
Patch avoids to draw any arrow when way is not selected and smaller than arrows themselves. Probably is a bit faster as well when rendering area with lots of buildings.