I import / synchronize data from ARC/INFO coverage files frequently. I
use the following command to pull in the data for our intranet mapping
server, but it does not seem to honor the SRID arguments and places all
geometries with SRID = 32767. I have tried every combination of  -*_srs
args to no avail.  What am I missing here?
 
 
ogr2ogr -overwrite -f PostgreSQL PG:\"host=<host> dbname=postgis
user=postgres password=<iwonttell>" /mnt/gis/covers/precinct pal -nln
precinct_tmp -s_srs EPSG:2229 -a_srs EPSG:2229 -t_srs EPSG:2229  -lco
PRECISION=no
 
 
Stanley Sufficool
Systems Analyst
San Bernardino County
 
 
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to