This also involves some modifications to the xmleql functionality now that it was tested with a real-life case (KML). Also, some of the input KML files needed to be changed since we currently cannot roundtrip 100% of the input.
14 lines
426 B
XML
14 lines
426 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
<Document>
|
|
<Placemark>
|
|
<name>Simple placemark</name>
|
|
<description>Attached to the ground. Intelligently places itself
|
|
at the height of the underlying terrain.</description>
|
|
<Point>
|
|
<coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
|
|
</Point>
|
|
</Placemark>
|
|
</Document>
|
|
</kml>
|