[postgis-users] dropping bboxes doesn't work ?!

"R. Müller" r.mueller at unicomp-berlin.de
Mon Oct 17 02:01:34 PDT 2005


hallo,

strk at refractions.net wrote:
 > I get correct result with current CVS:
 >
 > 	SELECT hasbbox('LINESTRING(0 0, 1 1)');
 > 		t
 >
 > 	SELECT hasbbox(dropbbox('LINESTRING(0 0, 1 1)'));
 > 		f


good news : this seems to be not the problem, it works as well for me.

but in my cases the following query reports :

'select box2d(geom),hasbbox(geom),astext(geom) from geotable limit 1'

"BOX(97622 1047225,97825 1047410)";t;"LINESTRING(9.7825 52.36125,9.7804 
52.3615,9.7649 52.3677,9.7622 52.3705)"

'select astext(dropbbox(geom)) from geotable'  returns in the first row

"LINESTRING(9.7825 52.36125,9.7804 52.3615,9.7649 52.3677,9.7622 52.3705)"

after that the first query returns the same result as above :-( !?

ronald







More information about the postgis-users mailing list