diff options
Diffstat (limited to 'chimere/tests/sample.kml')
| -rw-r--r-- | chimere/tests/sample.kml | 64 |
1 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> |
