Ticket #284 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Bad PNG image display in PDF for WMS

Reported by: Fxp Owned by: pvalsecc
Priority: minor Milestone:
Component: Print.server Version: SVN
Keywords: Cc:
State:

Change History

Changed 5 years ago by pvalsecc

  • status changed from new to assigned

I reported the bug to the iText team.

Changed 4 years ago by pvalsecc

The current fix is to add a print override for this layer in your print widget configuration:

  ...
  overrides: {
    'nameOfMyBuggyLayer': {
      format: 'image/gif'
    }
  },
  ...

Changed 4 years ago by pvalsecc

  • status changed from assigned to closed
  • resolution set to fixed

(In [1364]) Temporary iText fix (closes #284)

Note: See TracTickets for help on using tickets.