mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-25 15:23:04 +00:00
31 lines
1.1 KiB
XML
31 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>
|
|
<NetworkLink>
|
|
<Link>
|
|
<href>data/etnaOverlay.kml</href>
|
|
</Link>
|
|
<Region>
|
|
<LatLonAltBox>
|
|
<north>37.91904192681665</north>
|
|
<south>37.46543388598137</south>
|
|
<east>15.35832653742206</east>
|
|
<west>14.60128369746704</west>
|
|
<minAltitude>0</minAltitude>
|
|
<maxAltitude>1000000</maxAltitude>
|
|
<altitudeMode>clampToGround</altitudeMode>
|
|
</LatLonAltBox>
|
|
</Region>
|
|
</NetworkLink>
|
|
</Folder>
|
|
</Document>
|
|
</kml>
|