id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1695,ST_SnapToGrid returns non-typed empties,strk,pramsey,"{{{ strk=# select ST_AsEWKT(ST_SnapToGrid('MULTIPOLYGON(((0 0, 10 0, 10 10, 0 10, 0 0)))'::geometry, 20)); st_asewkt -------------------------- GEOMETRYCOLLECTION EMPTY (1 row) }}} Compare with ST_Simplify, which supports empties: {{{ strk=# select ST_AsEWKT(ST_Simplify('POLYGON((0 0, 10 0, 10 10, 0 10, 0 0))'::geometry, 20)); st_asewkt --------------- POLYGON EMPTY (1 row) }}}",defect,closed,medium,PostGIS 2.0.0,postgis,master,fixed,,