id summary reporter owner description type status priority milestone component version resolution keywords cc 2129 ST_CollectionHomogenize drops SRID michischolz strk "Moin. When applying ''ST_CollectionHomogenize'' to a GeometryCollection the SRID is dropped: {{{ SELECT ST_SRID( ST_CollectionHomogenize( ST_Collect( ST_GeomFromText('MultiPoint((0 0))', 32632) ) ) ) }}} returns 0 for the SRID. Replace MultiPoint((0 0)) by Point(0 0) and 32632 is returned correctly." defect closed low PostGIS 2.0.2 postgis 2.0.x fixed ST_CollectionHomogenize, SRID, history