#2833: g.gui.metadata export to pdf fails
-------------------------+---------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.3
Component: Addons | Version: svn-releasebranch70
Keywords: metadata | CPU: Unspecified
Platform: Unspecified |
-------------------------+---------------------------------
In the file ~/.grass7/addons/etc/wx.metadata/mdlib/mdpdffactory.py on line
137 there is a reference to "/home/matt/Dropbox/GSOC2015/pdfExp/logo.png".
This causes the pdf export of the metadata file to fail.
Replacing that reference for an existing file will ensure the pdf export
to work.
It would be a nice option to have the user to select the path/name to
her/own logo.
Still fails. It is now expecting the logo to be in
~/.grass7/addons/etc/wx.metadata/config/logo_variant_bg.png. It isn't
however, also not after a fresh install with g.extension
I have fixed Makefile. In r67341 copying logo to config dir is working.
>It would be a nice option to have the user to select the path/name to
her/own logo.
I have started with implementation of basic manager for configuring pdf
reports.