File: atom-all.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 (20 lines) | stat: -rw-r--r-- 618 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
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2"
  xmlns:atom="http://www.w3.org/2005/Atom">
  <Document>
    <atom:author>
      <atom:name>Ernest Hemmingway</atom:name>
      <atom:uri>http://example.com/ErnestH</atom:uri>
      <atom:email>ernesth@example.com</atom:email>
    </atom:author>
    <Placemark>
      <name>Ernest</name>
      <visibility>0</visibility>
      <atom:link href="http://example.com/EH"
        rel="alternate" type="text/plain" hreflang="en-US"
        title="For Whom" length="142"/>
      <Region/>
      <Point/>
    </Placemark>
  </Document>
</kml>