Opened 15 years ago
Closed 13 years ago
#1014 closed defect (fixed)
wxgui: display labels doesn't work
Reported by: | hamish | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.2 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | d.labels | Cc: | grass-dev@… |
CPU: | x86-32 | Platform: | Linux |
Description
as reported on grass-user:
> I find the label layer I generated with v.label. > Here I get this error message: > > --%<-- > Error > Map <> not found. > --%<--
spearfish example:
add grid or labels overlay button -> add labels -> name of label file -> rush.lbl -> [ok]
then you get the error shown above.
see OnAddLabels()
in wxgui.py and gui_modules/wxgui_utils.py
Hamish
Attachments (1)
Change History (7)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
Replying to epatton:
Slightly related, the order of v.label and v.label.sa ... appear to be mixed up. Selecting 'Create optimally placed labels' launches v.label, and vice-versa.
still in the latest SVN? I though we fixed that some months ago.
(what does the 'sa' stand for?)
"Simulated Annealing" http://en.wikipedia.org/wiki/Simulated_Annealing
Hamish
comment:3 by , 15 years ago
The attached patch (wxgui_dlabels.patch) fixes this issue for me in the latest 7.0 svn. I'm not very familiar with the specifics of the wxGUI so this may be just a work around rather then a proper fix.
Taylor
follow-up: 5 comment:4 by , 13 years ago
The patch proposed in this ticket works well for me. Any reasons not to apply it ?
Moritz
comment:5 by , 13 years ago
Cc: | added |
---|---|
Milestone: | 6.4.0 → 6.4.2 |
Owner: | changed from | to
Status: | new → assigned |
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Slightly related, the order of v.label and v.label.sa (what does the 'sa' stand for?) appear to be mixed up. Selecting 'Create optimally placed labels' launches v.label, and vice-versa.
~ Eric.