<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Reading kml files with png files included. is it supported?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hello team,<BR>
<BR>
I am trying to load a kml file on marble widget, I can do when I used a basic kml file but when I am trying to do the same but using a kml file including png files It seems it is not supported. I was digging out the web to find if this is supported or not but no findings.<BR>
So just wondering to know if you can tell me if this is supported or not.<BR>
<BR>
This is an example of kml file that I am trying to use:<BR>
<BR>
Appreciate your comments.<BR>
Thanks in advance<BR>
-Dario<BR>
<BR>
<?xml version="1.0" encoding="UTF-8"?><BR>
<kml xmlns="<A HREF="http://www.opengis.net/kml/2.2">http://www.opengis.net/kml/2.2</A>" xmlns:gx="<A HREF="http://www.google.com/kml/ext/2.2">http://www.google.com/kml/ext/2.2</A>" xmlns:kml="<A HREF="http://www.opengis.net/kml/2.2">http://www.opengis.net/kml/2.2</A>" xmlns:atom="<A HREF="http://www.w3.org/2005/Atom">http://www.w3.org/2005/Atom</A>"><BR>
<Folder><BR>
  <name>Radar data at station Zirbitzkogel     (coding type: PLC)</name><BR>
  <description>Radar reflectivity at date: 19691231 23:59:59 UTC</description><BR>
  <GroundOverlay><BR>
    <name>Reflectivity at elevation 0 (0.15 degree)</name><BR>
    <description>Reflectivity at elevation 0 (0.15 degree)</description><BR>
    <Icon><BR>
      <href>dario-0-elev-0.15.png</href><BR>
    </Icon><BR>
    <LatLonBox><BR>
      <north>49.0867</north><BR>
      <south>45.057</south><BR>
      <east>17.5086</east><BR>
      <west>11.613</west><BR>
    </LatLonBox><BR>
  </GroundOverlay><BR>
  <GroundOverlay><BR>
    <name>Reflectivity at elevation 1 (0.73 degree)</name><BR>
    <description>Reflectivity at elevation 1 (0.73 degree)</description><BR>
    <Icon><BR>
      <href>dario-1-elev-0.73.png</href><BR>
    </Icon><BR>
    <LatLonBox><BR>
      <north>49.0867</north><BR>
      <south>45.057</south><BR>
      <east>17.5086</east><BR>
      <west>11.613</west><BR>
    </LatLonBox><BR>
  </GroundOverlay><BR>
  <GroundOverlay><BR>
    <name>Reflectivity at elevation 2 (1.63 degree)</name><BR>
    <description>Reflectivity at elevation 2 (1.63 degree)</description><BR>
    <Icon><BR>
      <href>dario-2-elev-1.63.png</href><BR>
    </Icon><BR>
    <LatLonBox><BR>
      <north>49.0867</north><BR>
      <south>45.057</south><BR>
      <east>17.5086</east><BR>
      <west>11.613</west><BR>
    </LatLonBox><BR>
  </GroundOverlay><BR>
  <GroundOverlay><BR>
    <name>Reflectivity at elevation 3 (2.72 degree)</name><BR>
    <description>Reflectivity at elevation 3 (2.72 degree)</description><BR>
    <Icon><BR>
      <href>dario-3-elev-2.72.png</href><BR>
    </Icon><BR>
    <LatLonBox><BR>
      <north>49.0867</north><BR>
      <south>45.057</south><BR>
      <east>17.5086</east><BR>
      <west>11.613</west><BR>
    </LatLonBox><BR>
  </GroundOverlay><BR>
</Folder><BR>
</kml><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>