Opened 12 years ago

Closed 12 years ago

#18039 closed Cleanup/optimization (fixed)

transform() should raise a GEOSException when called on a geometry with no SRID value

Reported by: Aymeric Augustin Owned by: nobody
Component: GIS Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As explained in the deprecation timeline.

Attachments (1)

18039-1.diff (5.0 KB ) - added by Claude Paroz 12 years ago.
Transform with no SRID raises Exception

Download all attachments as: .zip

Change History (3)

by Claude Paroz, 12 years ago

Attachment: 18039-1.diff added

Transform with no SRID raises Exception

comment:1 by Claude Paroz, 12 years ago

Has patch: set

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17903]:

Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.

This was planned in the official deprecation timeline for 1.5.

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