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
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