jsoliveira / javaapiforkml

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

MultiLine Coordinate Constructs #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
as posted by hok
at 
http://groups.google.com/group/javaapiforkml/browse_thread/thread/f8da58040d1e00
08

"I found one important difference: JAK seems to be overly picky when
unmarshalling. It reads this line just fine, creating a LineString
with two coordinates:

<coordinates>-0.126236,51.500152 -0.126237,51.500153</coordinates>

However, it completely ignores this multi-line construct, which IMHO
should be equivalent, creating a LineString without coordinates.

<coordinates>
-0.126236,51.500152
-0.126237,51.500153
</coordinates> 
It even fails if the tuples are separated by two spaces instead of
one.

I would greatly appreciate if we could allow here an arbitrary amount
of whitespace, including tab, CR and LF, instead of exactly one space. 
"

Original issue reported on code.google.com by bachmann...@gmail.com on 9 Sep 2009 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by bachmann...@gmail.com on 11 Sep 2009 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by bachmann...@gmail.com on 13 Sep 2009 at 9:10