forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworkLinksLocal.kml
More file actions
76 lines (68 loc) · 2.41 KB
/
NetworkLinksLocal.kml
File metadata and controls
76 lines (68 loc) · 2.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<!-- Test Suite for local NetworkLinks. -->
<!--$Id: NetworkLinksLocal.kml 15814 2011-06-29 01:39:28Z pabercrombie $-->
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Local NetworkLinks</name>
<description>Test suite for local NetworkLinks.</description>
<Style>
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: local KML file, relative path (NetworkLink01.kml).</name>
<Link>
<href>NetworkLink01.kml</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>NetworkLink: local KML file, relative path (NetworkLink02.kml).</name>
<Link>
<href>NetworkLink02.kml</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>NetworkLink: local KMZ file, relative path (NetworkLinks03.kmz).</name>
<Link>
<href>NetworkLink03.kmz</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>NetworkLink: local KML file, relative path (NetworkLink04.kml).</name>
<Link>
<href>NetworkLink04.kml</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>NetworkLink: nested NetworkLink (NetworkLink05.kml links NetworkLinks05_nested.kml).</name>
<Link>
<href>NetworkLink05.kml</href>
</Link>
</NetworkLink>
<NetworkLink>
<name>Link to non-KML file</name>
<description>This link should log a warning.</description>
<Link>
<href>icon21.png</href>
</Link>
</NetworkLink>
</Document>
</kml>