Opened 11 years ago

Closed 11 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)

FixedWKTReader.cs.diff (876 bytes ) - added by morkl 11 years ago.

Download all attachments as: .zip

Change History (2)

by morkl, 11 years ago

Attachment: FixedWKTReader.cs.diff added

comment:1 by jng, 11 years ago

Resolution: fixed
Status: newclosed

Fixed r7351. Thanks for the patch!

Note: See TracTickets for help on using tickets.