mirror of https://github.com/CesiumGS/cesium.git
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
||
|
|
<Document>
|
||
|
|
<Placemark>
|
||
|
|
<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>
|