summaryrefslogtreecommitdiff
path: root/chimere/tests/sample-no-folder.kml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-15 12:37:57 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-15 12:37:57 +0200
commit804f51d09080fe6187d3570bc9309b7f006ec39b (patch)
tree89323e2df7feacf697004edc5e97559a6d8d1fd7 /chimere/tests/sample-no-folder.kml
parent60344d3998fc1d1ef772b64a4b917c4f8818113d (diff)
parentc5d987e02a3eb2c5e3c5dd2c950cce82668b7fcd (diff)
downloadChimère-804f51d09080fe6187d3570bc9309b7f006ec39b.tar.bz2
Chimère-804f51d09080fe6187d3570bc9309b7f006ec39b.zip
Merge branch 'master' into nef
Diffstat (limited to 'chimere/tests/sample-no-folder.kml')
-rw-r--r--chimere/tests/sample-no-folder.kml26
1 files changed, 26 insertions, 0 deletions
diff --git a/chimere/tests/sample-no-folder.kml b/chimere/tests/sample-no-folder.kml
new file mode 100644
index 0000000..98d44e7
--- /dev/null
+++ b/chimere/tests/sample-no-folder.kml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kml xmlns="http://www.opengis.net/kml/2.2">
+ <Document>
+ <Placemark>
+ <name><![CDATA[ Name 1]]></name>
+ <description><![CDATA[ <b>Name 1</b>]]></description>
+ <Point>
+ <coordinates>-4.5571311,48.4236268,0</coordinates>
+ </Point>
+ </Placemark>
+ <Placemark>
+ <name>Name 2</name>
+ <description>This is name 2</description>
+ <Point>
+ <coordinates>-4.5571311,48.4236268,0</coordinates>
+ </Point>
+ </Placemark>
+ <Placemark>
+ <name><![CDATA[ Name 3]]></name>
+ <description>And name 3...</description>
+ <Point>
+ <coordinates>-4.4009323055573,48.436176306866,0</coordinates>
+ </Point>
+ </Placemark>
+ </Document>
+</kml>