Closed GoogleCodeExporter closed 9 years ago
Upgrade your your world to the latest and greatest. This one was fixed by r729:
http://code.google.com/p/libkml/source/detail?spec=svn805&r=729
mashbridge@petrichor bactrian$ cat /tmp/x.kml
<Placemark>
<name>Continental Convergent Boundary</name>
<LineString>
<coordinates>-55.80970002,-60.7000999276855,0,-55.0666008,-
60.7630997476855,0,-54.30899808,-60.9776001676856,0,-54.30070116,-
61.5102005476855,0</coordinates>
</LineString>
</Placemark>
mashbridge@petrichor bactrian$ ./build/examples/helloworld/prettykml /tmp/x.kml
<?xml version="1.0" encoding="utf-8"?>
<Placemark xmlns="http://www.opengis.net/kml/2.2">
<name>Continental Convergent Boundary</name>
<LineString>
<coordinates>
-55.80970002,-60.7000999276855,0
-55.0666008,-60.7630997476855,0
-54.30899808,-60.9776001676856,0
-54.30070116,-61.5102005476855,0
</coordinates>
</LineString>
</Placemark>
Original comment by kml.mash...@gmail.com
on 15 Mar 2010 at 5:15
Original issue reported on code.google.com by
tomfil...@gmail.com
on 15 Mar 2010 at 3:56