id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 594,geos turns 'POLYGON EMPTY' into 'POLYGON(EMPTY)',cdestigter,geos-devel@…,"I wouldn't mind except that in postgis, ST_IsEmpty('POLYGON(EMPTY)') ==> False. Using the geodjango bindings: {{{ >>> from django.contrib.gis import geos >>> g = geos.GEOSGeometry('POLYGON EMPTY') >>> print g.wkt, g.hex '01030000000100000000000000' >>> g = geos.GEOSGeometry('POLYGON(EMPTY)') >>> print g.wkt, g.hex '01030000000100000000000000' }}}",defect,closed,major,3.6.1,Default,3.3.3,Unassigned,duplicate,,