id summary reporter owner description type status priority milestone component version resolution keywords cc 1170 "North Pole Intersection fails with ""Coordinate values out of range""" jgilman pramsey "The following sql correctly results in ""POINT(0 90)"". select ST_AsText( ST_Intersection( ST_GeomFromText( 'POINT(0 90)'), ST_GeomFromText( 'POINT(0 90)' ) ) ); If I change the geometry to geography it fails: select ST_Intersection( ST_GeogFromText( 'POINT(0 90)'), ST_GeogFromText( 'POINT(0 90)' ) ) ; ERROR: Coordinate values are out of range [-180 -90, 180 90] for GEOGRAPHY type CONTEXT: SQL function ""st_intersection"" statement 1 " defect closed critical PostGIS 1.5.4 postgis 1.5.X fixed