diff options
Diffstat (limited to 'chimere/sample.kml')
| -rw-r--r-- | chimere/sample.kml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/chimere/sample.kml b/chimere/sample.kml index 1a060d8..665d861 100644 --- a/chimere/sample.kml +++ b/chimere/sample.kml @@ -7,7 +7,7 @@ <name>Category 1</name> <Snippet /> <description>Category description</description> - <Placemark> + <Placemark id='1'> <name>Place 1</name> <Snippet>snippet</Snippet> <description><![CDATA[<p>Description of place 1 with html</p>]]></description> @@ -19,14 +19,22 @@ <name>Subcategory 1</name> <Snippet /> <description><![CDATA[<p>Subcategory description]]></description> - <Placemark> - <name>Place 2</name> + <Placemark id='2'> + <name>Place 21</name> <Snippet>snippet</Snippet> - <description>Place 2 description</description> + <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> @@ -37,7 +45,7 @@ <name>Subcategory 2</name> <Snippet /> <description>Description</description> - <Placemark> + <Placemark id='4'> <name>Place 3</name> <Snippet>snippet</Snippet> <description><![CDATA[<p>Place 3 description</p>]]></description> |
