You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
358 B
XML
15 lines
358 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
<Document>
|
|
<Placemark>
|
|
<Style>
|
|
<IconStyle>
|
|
</IconStyle>
|
|
</Style>
|
|
<description><![CDATA[image.png <a href="./image.png">image.png</a><img src="image.png"/>]]></description>
|
|
<Point>
|
|
<coordinates>1,2,3</coordinates>
|
|
</Point>
|
|
</Placemark>
|
|
</Document>
|
|
</kml> |