Files
TREK/server/tests/fixtures/test.kml
T
2026-04-06 18:31:47 +02:00

22 lines
613 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Folder>
<name>Museums</name>
<Placemark>
<name>Eiffel Tower View</name>
<description><![CDATA[Great spot<br>for photos <b>and</b> skyline.]]></description>
<Point>
<coordinates>2.2945,48.8584,0</coordinates>
</Point>
</Placemark>
<Placemark>
<description>Coordinates only placemark</description>
<Point>
<coordinates>2.3333,48.8600,0</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>