File: inline-stylemap.kml

package info (click to toggle)
libkml 1.3.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,660 kB
  • sloc: cpp: 48,088; python: 2,008; xml: 1,806; ansic: 1,766; php: 223; java: 195; ruby: 109; perl: 108; sh: 42; makefile: 17
file content (42 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (9)
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
<Placemark id="pm0">
  <StyleMap>
    <Pair>
      <key>normal</key>
      <Style>
        <LineStyle>
          <color>01234567</color>
          <colorMode>random</colorMode>
          <width>2.34</width>
        </LineStyle>
        <BalloonStyle>
          <bgColor>ff112233</bgColor>
        </BalloonStyle>
      </Style>
    </Pair>
    <Pair>
      <key>highlight</key>
      <Style>
        <PolyStyle>
          <color>01234567</color>
          <colorMode>random</colorMode>
          <fill>true</fill>
        </PolyStyle>
        <BalloonStyle>
          <bgColor>ff332211</bgColor>
        </BalloonStyle>
      </Style>
    </Pair>
  </StyleMap>
  <MultiGeometry>
    <LineString>
      <coordinates>1,2,3 4,5,6</coordinates>
    </LineString>
    <Polygon>
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>1,2,3 4,5,6 7,8,9 1,2,3</coordinates>
        </LinearRing>
      </outerBoundaryIs>
    </Polygon>
  </MultiGeometry>
</Placemark>