forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworkLinksRemote.kml
More file actions
51 lines (47 loc) · 1.75 KB
/
NetworkLinksRemote.kml
File metadata and controls
51 lines (47 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!-- Test Suite for remote NetworkLinks. -->
<!--$Id: NetworkLinksRemote.kml 14652 2011-02-09 20:44:42Z dcollins $-->
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Remote NetworkLinks</name>
<description>Test suite for remote NetworkLinks.</description>
<Style>
<IconStyle>
<Icon>
<href>http://kml-samples.googlecode.com/svn/trunk/resources/ge_icon.jpg</href>
</Icon>
</IconStyle>
<BalloonStyle>
<text>
<![CDATA[
<h3>$[name]</h3>
$[description]
]]>
</text>
</BalloonStyle>
</Style>
<Point>
<altitudeMode>relativeToGround</altitudeMode>
<coordinates>-90,45,100000</coordinates>
</Point>
</Placemark>
<NetworkLink>
<name>NetworkLink: Simple remote file (Google sample).</name>
<Link>
<href>
http://kml-samples.googlecode.com/svn/trunk/morekml/Network_Links/Targets/Network_Links.Targets.Simple.kml
</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>NetworkLink: Remote file with Fly-to-View (Google sample).</name>
<flyToView>1</flyToView>
<Link>
<href>
http://kml-samples.googlecode.com/svn/trunk/morekml/Network_Links/Targets/Network_Links.Targets.With_LookAt.kml
</href>
</Link>
</NetworkLink>
</Document>
</kml>