Opened 12 years ago
Closed 12 years ago
#2216 closed enhancement (fixed)
Maestro API - Support for XYZM coordinates in FixedWKTReader
Reported by: | morkl | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
I stumbled upon some data with coordinates in XYZM, which caused GisSharpBlog.NetTopologySuite.IO.ParseException to be thrown all over the place.
The attached patch adds support for the XYZM keyword and assigns the fourth coordinate to the coordinate's M field if it exists.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | FixedWKTReader.cs.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r7351. Thanks for the patch!