File: attrs.kml

package info (click to toggle)
libkml 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 28,708 kB
  • ctags: 18,811
  • sloc: cpp: 132,311; ansic: 13,333; sh: 10,062; python: 5,626; makefile: 2,300; xml: 1,806; java: 106
file content (20 lines) | stat: -rw-r--r-- 566 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
<Placemark id="placemark42">
  <name>Placemark 42</name>
  <Snippet maxLines="4">Maxlines is 4</Snippet>
  <LookAt id="lookat123" unknown="notknown">
    <latitude>2</latitude>
    <longitude>1</longitude>
    <range>10</range>
  </LookAt>
  <Style id="style123">
    <IconStyle id="iconstyle123">
      <!--
      <hotSpot x="0.5" y="123" xunits="fraction" yunits="pixels"/>
      -->
      <hotSpot x="foo" y="123" xunits="fraction" yunits="pixels"/>
    </IconStyle>
  </Style>
  <Point id="point123">
    <coordinates>1,2,3</coordinates>
  </Point>
</Placemark>