UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

19 lines (18 loc) 442 B
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <name>Balloon with image</name> <Placemark> <name>Image in balloon</name> <description> <![CDATA[ Here is an image: <img src="images/googleearth.gif"/> ]]> </description> <Point> <coordinates>-121.22,37.44</coordinates> </Point> </Placemark> </Document> </kml>