Opened 8 years ago
Last modified 6 years ago
#3050 new enhancement
Set size in d.northarrow
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.northarrow, cartography, gsoc2016 | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Size of the north arrow cannot be changed. All symbols are scaled to one common size, that's good, but this size should be further rescaled by a value of a size
option.
Change History (10)
follow-up: 2 comment:1 by , 8 years ago
comment:2 by , 8 years ago
Replying to lazaa:
Replying to wenzeslaus:
All symbols are scaled to one common size, that's good, but this size should be further rescaled by a value of a
size
option.If user doesn't use
size
manually tuned size will be used. But if user writessize=25
for some symbols it will have increasing size effect and for others decreasing size effect.
I don't know what is better if to scale, as I suggested, which is different behavior from all the other modules (so it might be better to call it scale
), or if it is better to overwrite the size, as you suggest and consequently make it potentially harder for the user (symbols in d.vect behave the same but they have more similar sizes).
For now, I suggest to skip this issue.
comment:6 by , 7 years ago
No, it's still valid problem. But I am not sure which is the right solution at this point.
comment:7 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Replying to wenzeslaus:
The size of symbol is manually tuned and for each symbol is quite different. I would add
size
option. If user doesn't usesize
manually tuned size will be used. But if user writessize=25
for some symbols it will have increasing size effect and for others decreasing size effect. Is it OK? User would have to find right size for a symbol and after that if he changed mind and wanted use another symbol he would have to find the right size one more time.