summaryrefslogtreecommitdiff
path: root/chimere/tests
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/tests
parent24638f6d715da09a78ffe255389f2217e628ac4b (diff)
downloadChimère-8919f3e7ea6fd2572da3fafabc5dcdd252d8fbab.tar.bz2
Chimère-8919f3e7ea6fd2572da3fafabc5dcdd252d8fbab.zip
Manage zipfile for imports
Diffstat (limited to 'chimere/tests')
-rw-r--r--chimere/tests/sample.kml64
-rw-r--r--chimere/tests/sample.kml.zipbin0 -> 641 bytes
2 files changed, 64 insertions, 0 deletions
diff --git a/chimere/tests/sample.kml b/chimere/tests/sample.kml
new file mode 100644
index 0000000..665d861
--- /dev/null
+++ b/chimere/tests/sample.kml
@@ -0,0 +1,64 @@
+<?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>
diff --git a/chimere/tests/sample.kml.zip b/chimere/tests/sample.kml.zip
new file mode 100644
index 0000000..f5ee093
--- /dev/null
+++ b/chimere/tests/sample.kml.zip
Binary files differ