<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz' Developer Logbuch - Google Earth</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 31 Mar 2010 08:15:52 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz' Developer Logbuch - Google Earth - Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Overlays in Google Earth einbinden</title>
    <link>http://fseitz.de/blog/index.php?/archives/25-Overlays-in-Google-Earth-einbinden.html</link>
            <category>Google Earth</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/25-Overlays-in-Google-Earth-einbinden.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
  Overlays sind Bilder, die von Google Earth auf einen Bereich
  der Erdoberfläche (&lt;em class=&quot;sdoc-seg-e&quot;&gt;GroundOverlays&lt;/em&gt;) oder statisch ins Anwendungsfenster
  (&lt;em class=&quot;sdoc-seg-e&quot;&gt;ScreenOverlays&lt;/em&gt;) projeziert werden.
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Zu den Bildern gehört eine Spezifikation in
  &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;http://code.google.com/intl/de-DE/apis/kml/&quot;&gt;KML&lt;/a&gt; (&lt;em class=&quot;sdoc-seg-e&quot;&gt;Keyhole
  Markup Language&lt;/em&gt;), die die Bilder beschreibt und festlegt, wie
  Google Earth mit ihnen verfahren soll. KML ist XML-basiert und
  wird in einer Datei mit der Extension .kml gespeichert.
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die kml-Datei und die Bild-Dateien können zusammen in Form einer
  einzelnen kmz-Datei an Google Earth übergeben werden. Die kmz-Datei
  ist eine ZIP-Datei, die die genannten Dateien enthält.
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die kmz-Datei wird entweder über &quot;&lt;tt class=&quot;sdoc-seg-c&quot;&gt;File/Open&lt;/tt&gt;&quot; geladen oder als
  Parameter beim Aufruf von Google Earth angegeben.
&lt;/p&gt;
&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;Beispiel&lt;/h1&gt;
&lt;p class=&quot;sdoc-fig-p&quot;&gt;
  &lt;img class=&quot;sdoc-fig-img&quot; style=&quot;display:block&quot; src=&quot;uploads/google-earth-overlay.png&quot; width=&quot;539&quot; height=&quot;622&quot; alt=&quot;&quot; /&gt;
&lt;/p&gt;
&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;KML-Datei&lt;/h1&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;sdoc-code-table&quot;&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 1&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;?xml&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;version&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;encoding&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;UTF-8&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 2&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;kml&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;xmlns&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;http://www.opengis.net/kml/2.2&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 3&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;Document&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 4&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;name&amp;gt;&lt;/span&gt;__NAME__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/name&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 5&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;open&amp;gt;&lt;/span&gt;&lt;span class=&quot;hl num&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/open&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 6&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;description&amp;gt;&lt;/span&gt;__DESCRIPTION__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/description&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 7&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;GroundOverlay&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 8&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;name&amp;gt;&lt;/span&gt;Image&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/name&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt; 9&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;Icon&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;10&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;href&amp;gt;&lt;/span&gt;__FILE__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/href&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;11&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/Icon&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;12&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;LatLonBox&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;13&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;north&amp;gt;&lt;/span&gt;__NORTH__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/north&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;14&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;south&amp;gt;&lt;/span&gt;__SOUTH__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/south&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;15&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;east&amp;gt;&lt;/span&gt;__EAST__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/east&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;16&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;west&amp;gt;&lt;/span&gt;__WEST__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/west&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;17&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/LatLonBox&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;18&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/GroundOverlay&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;19&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;ScreenOverlay&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;20&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;name&amp;gt;&lt;/span&gt;Legend&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/name&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;21&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;Icon&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;22&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;      &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;href&amp;gt;&lt;/span&gt;__LEGEND_FILE__&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/href&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;23&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/Icon&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;24&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;overlayXY&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;x&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;0.02&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;y&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;0.98&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;xunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;fraction&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;yunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;fraction&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;25&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;screenXY&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;x&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;0.02&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;y&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;0.98&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;xunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;fraction&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;yunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;fraction&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;26&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;    &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;size&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;x&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;-1&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;y&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;-1&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;xunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;pixels&amp;quot;&lt;/span&gt; &lt;span class=&quot;hl kwb&quot;&gt;yunits&lt;/span&gt;=&lt;span class=&quot;hl str&quot;&gt;&amp;quot;pixels&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl kwa&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;27&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;  &lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/ScreenOverlay&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-even&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;28&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/Document&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-code-tr-odd&quot;&gt;
  &lt;td class=&quot;sdoc-code-td-ln&quot;&gt;29&lt;/td&gt;
  &lt;td class=&quot;sdoc-code-td-line&quot;&gt;&lt;span class=&quot;hl kwa&quot;&gt;&amp;lt;/kml&amp;gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Obige KML-Spezifiktion beschreibt ein Bild, das auf die Erdoberfläche
  projeziert wird (Element GroundOverlay) und ein Bild, das statisch in
  der oberen linken Ecke des Fensters dargestellt wird (Element
  ScreenOverlay). Die beteiligten Hauptelemente sind:
  &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;http://code.google.com/intl/de-DE/apis/kml/documentation/kmlreference.html#document&quot;&gt;Document&lt;/a&gt;,
  &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;http://code.google.com/intl/de-DE/apis/kml/documentation/kmlreference.html#groundoverlay&quot;&gt;GroundOverlay&lt;/a&gt;,
  &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;http://code.google.com/intl/de-DE/apis/kml/documentation/kmlreference.html#screenoverlay&quot;&gt;ScreenOverlay&lt;/a&gt;.
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Für die Platzhalter __NAME__, __DESCRIPTION__ usw. müssen konkrete
  Werte eingesetzt werden.
&lt;/p&gt;
&lt;dl class=&quot;sdoc-list-dl&quot;&gt;
  &lt;dt class=&quot;sdoc-list-dt&quot;&gt;__NAME__&lt;/dt&gt;
  &lt;dd class=&quot;sdoc-list-dd&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Bezeichnung des Orts (Google-Terminus: Place). Diese Bezeichnung
      erscheint auf der linken Seite im Fenster und kann direkt ausgewählt werden.
    &lt;/p&gt;
  &lt;/dd&gt;
  &lt;dt class=&quot;sdoc-list-dt&quot;&gt;__DESCRIPTION__&lt;/dt&gt;
  &lt;dd class=&quot;sdoc-list-dd&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Beschreibung zum Ort.
    &lt;/p&gt;
  &lt;/dd&gt;
  &lt;dt class=&quot;sdoc-list-dt&quot;&gt;__FILE__&lt;/dt&gt;
  &lt;dd class=&quot;sdoc-list-dd&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Dateiname des Bildes, das auf die Erdoberfläche projeziert wird.
    &lt;/p&gt;
  &lt;/dd&gt;
  &lt;dt class=&quot;sdoc-list-dt&quot;&gt;__NORTH__, __SOUTH__, __EAST__, __WEST__&lt;/dt&gt;
  &lt;dd class=&quot;sdoc-list-dd&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Quadrupel von dezimalen Gradzahlen, die die geografische Region
      definieren.
    &lt;/p&gt;
  &lt;/dd&gt;
  &lt;dt class=&quot;sdoc-list-dt&quot;&gt;__LEGEND_FILE__&lt;/dt&gt;
  &lt;dd class=&quot;sdoc-list-dd&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Dateiname des statischen Bildes (das wir hier als &quot;Legende&quot; bezeichnen).
    &lt;/p&gt;
  &lt;/dd&gt;
&lt;/dl&gt;
&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;MIME Type&lt;/h1&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Wird die kmz-Datei von einem HTTP-Server ausgeliefert, sollte
  dieser den MIME-Type kennen:
&lt;/p&gt;
&lt;div class=&quot;sdoc-code-div&quot;&gt;
  &lt;pre class=&quot;sdoc-code-pre&quot;&gt;application/vnd.google-earth.kmz kmz&lt;/pre&gt;
&lt;/div&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Im Browser kann Google-Earth als Helper-Applikation vereinbart werden.
  Beim Eintreffen einer kmz-Datei wird Google Earth dann automatisch
  gestartet und positioniert an den betreffenden Ort.
  Die Angaben für den Browser sind:
&lt;/p&gt;
&lt;table class=&quot;sdoc-keyval-table&quot;&gt;
&lt;tr class=&quot;sdoc-keyval-tr&quot;&gt;
  &lt;td class=&quot;sdoc-keyval-td-key&quot;&gt;Mime-Type:&lt;/td&gt;
  &lt;td class=&quot;sdoc-keyval-td-value&quot;&gt;application/vnd.google-earth.kmz&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-keyval-tr&quot;&gt;
  &lt;td class=&quot;sdoc-keyval-td-key&quot;&gt;Description:&lt;/td&gt;
  &lt;td class=&quot;sdoc-keyval-td-value&quot;&gt;Keyhole Markup Language Archive&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;sdoc-keyval-tr&quot;&gt;
  &lt;td class=&quot;sdoc-keyval-td-key&quot;&gt;Extension:&lt;/td&gt;
  &lt;td class=&quot;sdoc-keyval-td-value&quot;&gt;kmz&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;Applikation&lt;/h1&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;http://ferrydata.gkss.de/index.cgi?seite=map_plot&quot;&gt;http://ferrydata.gkss.de/index.cgi?seite=map_plot&lt;/a&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 28 Jan 2010 17:39:53 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/25-guid.html</guid>
    
</item>

</channel>
</rss>