Closed GoogleCodeExporter closed 9 years ago
I have code for that in stock, but imho [i106] has to be straightend prior to
addressing this.
[i106] is also a blocker for [i129].
Original comment by felix.ob...@netcologne.de
on 27 Nov 2012 at 8:13
I've checked in a temporary fix for NTS to be able to read XY values for such
WKT strings (M and Z values are not read, just skipped)
Original comment by peter.lo...@gmail.com
on 26 Feb 2013 at 8:16
---
For example, the following WKT string is supported:
POINT (45.8 29.9 14.8 42.9)
---
If I use WKTReader::Read() to read the WKT above I get an exeption: "Expected
word but encountered number". (I downloaded the source of the version 1.13:
NTS-v1-13-0-SRC.zip in the download section).
Sins the support of the M Coordinate is not really clear for me I would
recommend one of the following solutions:
1# Skip the M coordinate and at least prevent the Exception
Line 224: if (IsNumberNext(tokens)) GetNextNumber(tokens); // skip M Koordinate
2# Raise an Exception that sais M-Coordinate is not supported
Option 1# is attached (WKTReader.cs)
Original comment by balz.ste...@gmail.com
on 15 Mar 2013 at 10:13
Attachments:
The fix is not in the released source, it is in the trunk.
You need some subversion client to grab that.
Original comment by felix.ob...@netcologne.de
on 15 Mar 2013 at 10:25
can we close this issue?
Original comment by diegogu...@gmail.com
on 14 Feb 2014 at 9:48
Yes :)
Original comment by balz.ste...@gmail.com
on 14 Feb 2014 at 4:32
:)
Original comment by diegogu...@gmail.com
on 14 Feb 2014 at 5:18
Original issue reported on code.google.com by
simon.ba...@me.com
on 26 Nov 2012 at 6:44