Changes between Initial Version and Version 5 of Ticket #884


Ignore:
Timestamp:
Mar 25, 2011, 12:20:48 PM (13 years ago)
Author:
robe
Comment:

I think this highly points the finger at prepared geometry

select gid, ST_IsValid(the_geom), ST_Intersects(ST_GeomFromText('POINT (-115.04252 36.05137)',  -1), the_geom) from foo_reload;

 gid | st_isvalid | st_intersects
-----+------------+---------------
   1 | t          | f
   2 | t          | f
   3 | t          | f

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #884

    • Property Version trunk1.5.X
    • Property Summary Unstable results from ST_WithinUnstable results with Prepared Geometry (ST_Within, ST_Intersects)
    • Property Milestone PostGIS 2.0.0PostGIS 1.5.3
  • Ticket #884 – Description

    initial v5  
    11This is pretty puzzling.
    2 Load attached dataset, then:
     2Load attached dataset, then: (I suspect it affects all functions that used prepared geometry - does same with ST_Intersects)
    33
    44{{{