<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Dario,<br>
      <br>
      this (GroundOverlay with images) is supposed to work, assuming the
      .png images are located in the same folder as the .kml you are
      loading. Prerequisites are using latest stable version (1.4) or
      git master, and not using spherical projection.<br>
      Note that the current implementation does a naive mapping of
      pixels to geopositions, introducing errors (read: it will look
      fine, but don't trust the pixel <-> geoposition mapping
      especially towards the image center). I plan to fix that, at which
      point spherical projection will work as well.<br>
      <br>
      Regards,<br>
      Dennis<br>
      <br>
      Am 07.11.2012 16:28, schrieb Dario Checa:<br>
    </div>
    <blockquote
      cite="mid:8E1F8B41417768499C88364F0DE2FCA003C4C2B1@servermail.vates.org"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="MS Exchange Server version
        6.5.7654.12">
      <title>Reading kml files with png files included. is it supported?</title>
      <!-- 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 moz-do-not-send="true"
            href="http://www.opengis.net/kml/2.2">http://www.opengis.net/kml/2.2</a>"
          xmlns:gx="<a moz-do-not-send="true"
            href="http://www.google.com/kml/ext/2.2">http://www.google.com/kml/ext/2.2</a>"
          xmlns:kml="<a moz-do-not-send="true"
            href="http://www.opengis.net/kml/2.2">http://www.opengis.net/kml/2.2</a>"
          xmlns:atom="<a moz-do-not-send="true"
            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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Marble-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Marble-devel@kde.org">Marble-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/marble-devel">https://mail.kde.org/mailman/listinfo/marble-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>