jsoliveira / javaapiforkml

Automatically exported from code.google.com/p/javaapiforkml
0 stars 0 forks source link

Coordinates in LineString #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Unmarshal a KML with a LineString as such:
<LineString>

<coordinates>-55.80970002,-60.7000999276855,0,-55.0666008,-60.7630997476855,0,-5
4.30899808,-60.9776001676856,0,-54.30070116,-61.5102005476855,0</coordinates>
</LineString>

2.
3.

What is the expected output? What do you see instead?
Expected output is a linestring with multiply points.
Only the first two coordinates are being parsed

What version of the product are you using? On what operating system?
Jan 13 build,  Windows

Please provide any additional information below.

Original issue reported on code.google.com by erie...@gmail.com on 12 Feb 2010 at 4:14

GoogleCodeExporter commented 8 years ago
Any solutions, I need this, too.

Original comment by skupsc...@googlemail.com on 23 Jan 2011 at 5:04