Opened 3 years ago

Closed 3 years ago

#4815 closed defect (fixed)

GEOS rountrip converts POINT EMPTY to POLYGON EMPTY

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.1.2
Component: postgis Version: 2.5.x -- EOL
Keywords: Cc:

Description

strk=# select ST_AsText(postgis_geos_noop('POINT EMPTY'));
   st_astext   
---------------
 POLYGON EMPTY
(1 row)

Change History (4)

comment:1 by Sandro Santilli <strk@…>, 3 years ago

In a4c1ccb/git:

Fix GEOS conversion of POINT EMPTY to retain type

References #4815 in master branch

comment:2 by pramsey, 3 years ago

Milestone: PostGIS 3.1.0PostGIS 3.1.1

comment:3 by pramsey, 3 years ago

Milestone: PostGIS 3.1.1PostGIS 3.1.2

comment:4 by pramsey, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.