[Marble-bugs] [marble] [Bug 336061] New: Images in the BalloonStyle don't work with relative path
Tobias
tobias.jakobs at gmail.com
Tue Jun 10 21:46:14 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=336061
Bug ID: 336061
Summary: Images in the BalloonStyle don't work with relative
path
Classification: Unclassified
Product: marble
Version: 1.8 (KDE 4.13)
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: marble-bugs at kde.org
Reporter: tobias.jakobs at gmail.com
If I create a BalloonStyle like this, the image isn't shown:
<BalloonStyle>
<text><![CDATA[<img src="files/DSC_4234_JPG.jpg"><br/>]]></text>
<textColor>ff000000</textColor>
<displayMode>default</displayMode>
</BalloonStyle>
A fix Path like this works:
<BalloonStyle>
<text><![CDATA[<img
src="https://developers.google.com/kml/documentation/images/campus2.gif"><br/>]]></text>
<textColor>ff000000</textColor>
<displayMode>default</displayMode>
</BalloonStyle>
Reproducible: Always
Steps to Reproduce:
1. Open a KML or KMZ file with an image in a BalloonStyle like above
2. Open the Balloon
Actual Results:
Nothing there
Expected Results:
An nice image
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list