Opened 17 years ago

Last modified 15 years ago

#161 closed defect

Extent Returns Invalid Polygon — at Version 2

Reported by: cfis@… Owned by: strk@…
Priority: major Milestone:
Component: Core Version: main
Severity: Unassigned Keywords: imported, phpbugtracker
Cc: mloskot

Description (last modified by mloskot)

select astext(extent(GeomFromText('POINT(-104 40)')))

'POLYGON((-104 40,-104 40,-104 40,-104 40,-104 40))'

This polygon is invalid.

Should this work the same as Envelope should? That the extent of a Point is itself a Point. This means that the return value is always a valid geometry, and thus can be safely used in further operations.

Change History (2)

comment:1 by benjubb@…, 17 years ago

this is determined to be a bug in PostGIS.

comment:2 by mloskot, 16 years ago

Cc: mloskot added
Description: modified (diff)
Note: See TracTickets for help on using tickets.