forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetworkLink01.kml
More file actions
36 lines (36 loc) · 1.28 KB
/
NetworkLink01.kml
File metadata and controls
36 lines (36 loc) · 1.28 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- KML document loaded by NetworkLinksLocal.xml. -->
<!--$Id: NetworkLink01.kml 14652 2011-02-09 20:44:42Z dcollins $-->
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>NetworkLink01</name>
<description>Surface polygon, loaded via NetworkLink (NetworkLink01.kml).</description>
<Style>
<LineStyle>
<color>ffffffff</color>
<width>3</width>
</LineStyle>
<PolyStyle>
<color>7f0000ff</color>
</PolyStyle>
<BalloonStyle>
<text>
<![CDATA[
<h3>Balloon With Remote Link</h3>
Open <a href="http://worldwind.arc.nasa.gov" target="_blank">WorldWind Java</a> website in a new window.
]]>
</text>
</BalloonStyle>
</Style>
<Polygon>
<altitudeMode>clampToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-120,40 -100,40 -100,50 -120,50 -120,40
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</kml>