I've had the same issue in importing Arc/Info files with ogr2ogr. Currently I'm importing them to temp tables and then updating/appending the PostGIS tables from there with set_srid().
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ricardo Peironcely > Sent: Wednesday, June 04, 2008 11:32 AM > To: [email protected] > Subject: [postgis-users] ogr2ogr > > > Hello all. > > I'm importing a new table in postgis from a mapinfo file. I > want to use a existing srid, but osr2osr allwais create a new srid > > This is my command: > > ogr2ogr -s_srs "EPSG:3395" -overwrite -f "PostgreSQL" > PG:"host=localhost dbname=gis" file.tab > > I've tryed -s_srs and -a_srs, using EPSG:3395 and using the > complete content of srtext field in the existing row. Allways > create a new srid. > > -- > Best regards. > > Ricardo Peironcely _______________________________________________ > postgis-users mailing list [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
