[postgis-devel] postgis-1.0: regression tests
strk at refractions.net
strk at refractions.net
Fri Nov 26 07:50:11 PST 2004
I've been cleaning up and running some of the available
regression tests. Here is a report, if you have any concern
about the modification please tell me.
- Mixed-dimensioned geometries are no longer supported
(previous behaviour was to fill Z with a 0 value)
[ updated to use new behaviour ]
- geometry_same operator (=~) now requires all dimensions equality
Previously only x/y were checked
- geometry_same operator (=~) now requires geom type equality
Previous behaviour:
GEOMETRYCOLLECTION(POINT(0 1), POINT(2 3)) =~ MULTIPOINT(0 1,2 3)
- numb_sub_geometries does not exist anymore
[updated to use numgeometries]
- truly_inside does not exist anymore
[updated to use within]
--strk;
More information about the postgis-devel
mailing list