amithpdn / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

etna.kmz doesn't use internal etna.jpeg #411

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which products are affected?
kml-samples

What steps will reproduce the problem?
1. Open kml/GroundOverlays/etna.kmz in offline viewer
2. Note that image is not shown

Inspection of the doc.kml in etna.kmz shows:
<href>http://code.google.com/apis/kml/documentation/etna.jpg</href>

What is the expected output or behavior? What do you see instead?
Local image (contained in etna.kmz) is used.

What application versions (if any) are you using?
Local viewer.

Which operating systems (and/or relevant web browsers) are affected?
N/A

Please provide any additional information (code snippets/links) below.
The <href>http://code.google.com/apis/kml/documentation/etna.jpg</href>
 stanza should just be
<href>etna.jpg</href>

Original issue reported on code.google.com by br...@frogmouth.net on 30 Dec 2011 at 6:22