forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworkLink05_nested.kml
More file actions
22 lines (22 loc) · 830 Bytes
/
NetworkLink05_nested.kml
File metadata and controls
22 lines (22 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!-- KML document loaded by NetworkLink05.xml. -->
<!--$Id: NetworkLink05_nested.kml 14652 2011-02-09 20:44:42Z dcollins $-->
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>NetworkLink05_nested</name>
<description>Point placemark with remote image, loaded via NetworkLink (NetworkLink05_nested.kml via
NetworkLink05.kml).
</description>
<Style>
<IconStyle>
<Icon>
<href>http://kml-samples.googlecode.com/svn/trunk/resources/crosshairs.png</href>
</Icon>
</IconStyle>
</Style>
<Point>
<altitudeMode>relativeToGround</altitudeMode>
<coordinates>-65,35,100000</coordinates>
</Point>
</Placemark>
</kml>