diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-06-15 12:37:43 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-06-15 12:37:43 +0200 |
| commit | c5d987e02a3eb2c5e3c5dd2c950cce82668b7fcd (patch) | |
| tree | ca6c5f6321db24647f9294c1882f7bbf43f79cda /chimere/tests | |
| parent | dd13d935ca6e92205cb57e356b35a23039bf78e2 (diff) | |
| parent | 9065e677a65707f1449b85fc5fd9b57c989112f7 (diff) | |
| download | Chimère-c5d987e02a3eb2c5e3c5dd2c950cce82668b7fcd.tar.bz2 Chimère-c5d987e02a3eb2c5e3c5dd2c950cce82668b7fcd.zip | |
Merge branch 'v2.0'
Diffstat (limited to 'chimere/tests')
| -rw-r--r-- | chimere/tests/sample-no-folder.kml | 26 |
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> |
