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
