wms capability view in mswms cannot show XML document in py3

Issue #340 resolved
Joern Ungermann created an issue

The XML document is stored as a byte string in Py3, which needs to be decoded first before being passed to QT.

Comments (3)

  1. Reimar Bauer

    Decode capability document data before display in QT.

    XML capability document is received as "bytes" in Py3 and needs to be converted to unicode in Py3 before it can be displayed in a QT textbox. No effect on Py2.

    Fix issue #340

    → <<cset aff1122b15e0>>

  2. Log in to comment