Re: [gdal-dev] Help on using Ogr2ogr to load dxf data to postgis

2012-10-16 Thread Pietro Rossin
After googlin' around I get an answer myself.. This is the string I use to load a dxf file to postgis without any Layer that begin with "X": ogr2ogr --config DXF_INLINE_BLOCKS FALSE --config DXF_MERGE_BLOCK_GEOMETRIES FALSE -f "PostgreSQL" PG:"host=localhost user=postgres dbname=mydb password=myP

[gdal-dev] Help on using Ogr2ogr to load dxf data to postgis

2012-10-15 Thread Pietro Rossin
Hello I wrote this question to Postgis user forum and they bounced me to this group, so I hope to be more lucky this time.. I'm trying to load a thousand dxf files to postgis using ogr2ogr (windows xp postgres9/postgis2). the syntax I use is: ogr2ogr --config DXF_INLINE_BLOCKS FALSE --config