mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2025-12-08 19:46:18 +00:00
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
<Document>
|
|
<name>KML Samples</name>
|
|
<visibility>1</visibility>
|
|
<open>1</open>
|
|
<description>Unleash your creativity with the help of these examples!</description>
|
|
<Folder>
|
|
<name>Ground Overlays</name>
|
|
<description>Examples of ground overlays</description>
|
|
<GroundOverlay>
|
|
<name>Large-scale overlay on terrain</name>
|
|
<description>Overlay shows Mount Etna erupting
|
|
on July 13th, 2001.
|
|
</description>
|
|
<Icon>
|
|
<href>data/etna.jpg</href>
|
|
</Icon>
|
|
<LatLonBox>
|
|
<north>37.91904192681665</north>
|
|
<south>37.46543388598137</south>
|
|
<east>15.35832653742206</east>
|
|
<west>14.60128369746704</west>
|
|
<rotation>-0.1556640799496235</rotation>
|
|
</LatLonBox>
|
|
</GroundOverlay>
|
|
</Folder>
|
|
</Document>
|
|
</kml>
|