Hi,<div>I've got a quite strange situation:</div><div><br></div><div>this works OK, returns something:</div><div><br></div><div>SELECT ... FROM ... WHERE </div><div><div>st_intersects(</div><div>  geometry,</div><div>  st_geomfromtext('POINT(3 50)', 4326) </div>
<div>);</div><div><br></div><div>but this returns nothing:</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>SELECT ... FROM ... WHERE </div><div><div>st_intersects(</div><div>
  geometry,</div><div>  st_geomfromtext('POINT(<meta http-equiv="content-type" content="text/html; charset=utf-8">3 50, 3 50 )', 4326) </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
);</div></div></div><div><br></div><div>The strange thing is that when I move to point e.g. (3 51) everything works, and the second query returns the same result as the first one.</div><div><br></div><div>What should I look for?</div>
<div><br></div><div>regards</div><div>Szymon </div><div><br></div>-- <br><a href="http://simononsoftware.com/" target="_blank"><b><font face="arial, helvetica, sans-serif" style="background-color:rgb(255, 255, 255)" color="#003300">http://simononsoftware.com/</font></b></a><br>
<br>
</div>