[postgis-tickets] [PostGIS] #2162: ST_Intersects yields null where I see a clear intersection on quantum gis
PostGIS
trac at osgeo.org
Mon Oct 7 15:57:48 PDT 2013
#2162: ST_Intersects yields null where I see a clear intersection on quantum gis
--------------------------+-------------------------------------------------
Reporter: sgottipamula | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.9
Component: postgis | Version: 1.5.X
Keywords: |
--------------------------+-------------------------------------------------
Comment(by pramsey):
I'm not seeing this problem in the latest 1.5 version
{{{
postgis15=# SELECT value from bug_repro bg where ST_Intersects(bg.geog,
ST_GeogFromText('SRID=4326;POINT(-122.15023 37.905731)'));
value
-------
3
(1 row)
}}}
Is it possible a micro update to the latest 1.5 could fix you?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2162#comment:12>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list