[postgis-devel] loader/ArcZ regression failure

Michael Fuhr mike at fuhr.org
Wed Jul 26 12:43:30 PDT 2006


I'm getting a regression failure for loader/ArcZ with the latest
code from SVN.  I set VERBOSE=1 in run_test and got the following:

   loader/ArcZ..... failed (dumping loaded table: /tmp/pgis_reg_59644/dumper.err)
  -----------------------------------------------------------------------------
  Initializing... ERROR: Cannot determine geometry type (empty table).
  -----------------------------------------------------------------------------

If I run shp2pgsql on ArcZ.shp I get this output:

  % shp2pgsql ArcZ.shp test
  Unknown geometry type: 10
  Shapefile type: UnknownShapeType
  Postgis type: GEOMETRY[4]
  BEGIN;
  CREATE TABLE "test" (gid serial PRIMARY KEY);
  SELECT AddGeometryColumn('','test','the_geom','-1','GEOMETRY',4);
  INSERT INTO "test" (the_geom) VALUES (NULL);
  END;

Any ideas?

-- 
Michael Fuhr



More information about the postgis-devel mailing list