Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extGPE-gvSIG / testdata / purple_line.kml @ 37959

History | View | Annotate | Download (1.47 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<kml xmlns="http://www.opengis.net/kml/2.2">
3
  <Document>
4
    <name>KmlFile</name>
5
    <Style id="transPurpleLineGreenPoly">
6
      <LineStyle>
7
        <color>7fff00ff</color>
8
        <width>4</width>
9
      </LineStyle>
10
      <PolyStyle>
11
        <color>7f00ff00</color>
12
      </PolyStyle>
13
    </Style>
14
    <Style id="highlightPlacemark">
15
      <IconStyle>
16
        <Icon>
17
          <href>http://maps.google.com/mapfiles/kml/paddle/red-stars.png</href>
18
        </Icon>
19
      </IconStyle>
20
    </Style>    
21
    <Placemark>
22
      <name>Absolute</name>
23
      <visibility>1</visibility>
24
      <description>Transparent purple line</description>
25
      <styleUrl>#transPurpleLineGreenPoly</styleUrl>
26
      <LineString>
27
        <tessellate>1</tessellate>
28
        <altitudeMode>absolute</altitudeMode>
29
        <coordinates>
30
          -112.265654928602,36.09447672602546,2357
31
          -112.2660384528238,36.09342608838671,2357
32
          -112.2668139013453,36.09251058776881,2357
33
          -112.2677826834445,36.09189827357996,2357
34
          -112.2688557510952,36.0913137941187,2357
35
          -112.2694810717219,36.0903677207521,2357
36
          -112.2695268555611,36.08932171487285,2357
37
          -112.2690144567276,36.08850916060472,2357
38
          -112.2681528815339,36.08753813597956,2357
39
          -112.2670588176031,36.08682685262568,2357
40
          -112.2657374587321,36.08646312301303,2357
41
        </coordinates>
42
      </LineString>
43
    </Placemark>
44
  </Document>
45
</kml>
46
?