git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1874
b70326c6-7e19-0410-871a-
916f4a2858ee
* WHERE
* B = 16 byte BOX2DFLOAT4 follows (probably not aligned) [before SRID]
* S = 4 byte SRID attached (0= not attached (-1), 1= attached)
- * ZM = dimentionality (hasZ, hasM)
+ * ZM = dimensionality (hasZ, hasM)
* tttt = actual type (as per the WKB type):
*
* enum wkbGeometryType {
{
if( the_geom.ndims != num){
if (the_geom.ndims) {
- error("Can not mix dimentionality in a geometry");
+ error("Can not mix dimensionality in a geometry");
} else {
the_geom.ndims = num;
if ( num > 2 ) the_geom.hasZ = 1;
-- PROBE_GEOMETRY_COLUMNS()
-----------------------------------------------------------------------
-- Fill the geometry_columns table with values probed from the system
--- catalogues. 3d flag can not be probed, it defaults to 2
+-- catalogues. 3d flag cannot be probed, it defaults to 2
--
-- Note that bogus records already in geometry_columns are not
-- overridden (a check for schema.table.column is performed), so