Warning, /education/marble/examples/kml/Overlay.kml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kml xmlns="http://www.opengis.net/kml/2.2">
0003 <Document>
0004   <name>Overlay.kml</name>
0005   <Folder>
0006     <name>Ground Overlay Example</name>
0007     <GroundOverlay>
0008       <name>Checkerboard Overlay</name>
0009       <drawOrder>1</drawOrder>
0010       <Icon>
0011         <href>checkerboard.png</href>
0012       </Icon>
0013       <LatLonBox>
0014         <north>49.02317</north>
0015         <south>49.02274</south>
0016         <east>8.43243</east>
0017         <west>8.43137</west>
0018       </LatLonBox>
0019     </GroundOverlay>
0020     <Placemark>
0021       <name>Checkerboard as ground overlay</name>
0022       <description>The checkerboard is placed in a rectangular area</description>
0023       <Point>
0024         <coordinates>8.43190,49.02295,0</coordinates>
0025       </Point>
0026     </Placemark>
0027   </Folder>
0028   <Folder>
0029     <name>Photo Overlay Example</name>
0030     <PhotoOverlay>
0031       <name>Checkerboard Overlay</name>
0032       <drawOrder>1</drawOrder>
0033       <Icon>
0034         <href>checkerboard.png</href>
0035       </Icon>
0036       <Point>
0037         <coordinates>8.43727,49.02207,150</coordinates>
0038       </Point>
0039     </PhotoOverlay>
0040     <Placemark>
0041       <name>Checkerboard as photo overlay</name>
0042       <description>The checkerboard is placed at a certain position</description>
0043       <Point>
0044         <coordinates>8.43727,49.02207,150</coordinates>
0045       </Point>
0046     </Placemark>
0047   </Folder>
0048 </Document>
0049 </kml>