Listing 2665
Submitted by a, 2 February 2010
> ogr2ogr -t_srs EPSG:4326 -f "ESRI Shapefile" -select SLCONS ../43shpslcons.shp US5WA43M.000
Field 'SLCONS' not found in source layer.
ERROR 1: Terminating translation prematurely after failed
translation of layer DSID (use -skipfailures to skip errors)
> ogr2ogr -t_srs EPSG:4326 -f "ESRI Shapefile" ../43shpslcons.shp US5WA43M.000 SLCONS
ERROR 6: Can't create fields of type StringList on shapefile layers.
ERROR 6: Can't create fields of type IntegerList on shapefile layers.
ERROR 1: Attempt to write non-polygon (LINESTRING) geometry to type shapefile.
ERROR 1: Terminating translation prematurely after failed
translation of layer SLCONS (use -skipfailures to skip errors)

