diff options
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>  | 
