<div>Hi Folks,
                </div><div><br></div><div>Noticing different behavior in a query from 1.5.3 to 2.0.  I have a query checking for points to the left of a polygon.  The query basically is written "WHERE point << poly". </div><div><br></div><div>PostGIS 1.5.3 returns the expected results, but I have to wrap the point in Box2d in order to get the same results back in 2.0 ("WHERE Box2d(point) << poly").</div><div><br></div><div>I haven't seen anything in the docs about a change in operator behavior.  Am I missing something?  </div><div><br></div><div>Thanks for the help,</div><div><div>Adrian</div><div><br></div></div>