Opened 8 years ago

Closed 8 years ago

#26510 closed Cleanup/optimization (fixed)

Allow dim/trim/precision as WKTWriter constructor arguments

Reported by: Claude Paroz Owned by: Claude Paroz
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I think it would be a little more pythonic to allow for WKT output parameters to be specified when initializing the WKTWriter class. I'll provide a patch with a proposal.

Change History (4)

comment:1 by Claude Paroz, 8 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned

comment:2 by Claude Paroz, 8 years ago

Has patch: set

comment:3 by Tim Graham, 8 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Claude Paroz <claude@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 10c5338:

Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments

Thanks Tim Graham for the review.

Note: See TracTickets for help on using tickets.
Back to Top