WebWorldWind/examples/data/KML_Samples.kml
Jakub Balhar d231315083 Download the NetworkLink KML File only once.
Respect all visibility purposes relevant for a Feature.
2016-06-03 09:43:17 +02:00

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>