summaryrefslogtreecommitdiff
path: root/chimere/sample.kml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-05-04 16:06:47 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-05-04 16:06:47 +0200
commit8919f3e7ea6fd2572da3fafabc5dcdd252d8fbab (patch)
tree38d0edb7f90401b8e6f92d4e315a096740d00e39 /chimere/sample.kml
parent24638f6d715da09a78ffe255389f2217e628ac4b (diff)
downloadChimère-8919f3e7ea6fd2572da3fafabc5dcdd252d8fbab.tar.bz2
Chimère-8919f3e7ea6fd2572da3fafabc5dcdd252d8fbab.zip
Manage zipfile for imports
Diffstat (limited to 'chimere/sample.kml')
-rw-r--r--chimere/sample.kml64
1 files changed, 0 insertions, 64 deletions
diff --git a/chimere/sample.kml b/chimere/sample.kml
deleted file mode 100644
index 665d861..0000000
--- a/chimere/sample.kml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<kml xmlns="http://earth.google.com/kml/2.1">
- <Document>
- <name>Sample KML</name>
- <description>This is a sample KML File</description>
- <Folder>
- <name>Category 1</name>
- <Snippet />
- <description>Category description</description>
- <Placemark id='1'>
- <name>Place 1</name>
- <Snippet>snippet</Snippet>
- <description><![CDATA[<p>Description of place 1 with html</p>]]></description>
- <Point>
- <coordinates>-4.48285,48.38348,0</coordinates>
- </Point>
- </Placemark>
- <Folder>
- <name>Subcategory 1</name>
- <Snippet />
- <description><![CDATA[<p>Subcategory description]]></description>
- <Placemark id='2'>
- <name>Place 21</name>
- <Snippet>snippet</Snippet>
- <description>Place 21 description</description>
- <Point>
- <coordinates>-4.54328,48.374475,0</coordinates>
- </Point>
- </Placemark>
- <Placemark id='3'>
- <name>Place 22</name>
- <Snippet>snippet</Snippet>
- <description>Place 22 description</description>
- <Point>
- <coordinates>-4.69242,48.57501,0</coordinates>
- </Point>
- </Placemark>
- </Folder>
- </Folder>
- <Folder>
- <name>Category 2</name>
- <Snippet />
- <description><![CDATA[<p>Category 2 description</p>]]></description>
- <Folder>
- <name>Subcategory 2</name>
- <Snippet />
- <description>Description</description>
- <Placemark id='4'>
- <name>Place 3</name>
- <Snippet>snippet</Snippet>
- <description><![CDATA[<p>Place 3 description</p>]]></description>
- <Point>
- <coordinates>-4.69242,48.57501,0</coordinates>
- </Point>
- </Placemark>
- </Folder>
- </Folder>
- </Document>
- <NetworkLinkControl>
- <linkName>Link name</linkName>
- <linkDescription>Link description</linkDescription>
- <minRefreshPeriod>3600</minRefreshPeriod>
- </NetworkLinkControl>
-</kml>