Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libGPE-KML / testdata / purple_line.kml @ 37959

History | View | Annotate | Download (1.55 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
      <LabelStyle>
14
      <color>7f0000ff</color>
15
      </LabelStyle>
16
    </Style>
17
    <Style id="highlightPlacemark">
18
      <IconStyle>
19
        <Icon>
20
          <href>http://maps.google.com/mapfiles/kml/paddle/red-stars.png</href>
21
        </Icon>
22
      </IconStyle>
23
    </Style>    
24
    <Placemark>
25
      <name>En un lugar de La Mancha</name>
26
      <visibility>1</visibility>
27
      <description>Transparent purple line</description>
28
      <styleUrl>#transPurpleLineGreenPoly</styleUrl>
29
      <LineString>
30
        <tessellate>1</tessellate>
31
        <altitudeMode>absolute</altitudeMode>
32
        <coordinates>
33
          -112.265654928602,36.09447672602546,2357
34
          -112.2660384528238,36.09342608838671,2357
35
          -112.2668139013453,36.09251058776881,2357
36
          -112.2677826834445,36.09189827357996,2357
37
          -112.2688557510952,36.0913137941187,2357
38
          -112.2694810717219,36.0903677207521,2357
39
          -112.2695268555611,36.08932171487285,2357
40
          -112.2690144567276,36.08850916060472,2357
41
          -112.2681528815339,36.08753813597956,2357
42
          -112.2670588176031,36.08682685262568,2357
43
          -112.2657374587321,36.08646312301303,2357
44
        </coordinates>
45
      </LineString>
46
    </Placemark>
47
  </Document>
48
</kml>