Re: [gdal-dev] Creating DXF with ogr2ogr

2012-01-27 Thread Verena Diewald
> > > > > > > > > > > > > > > We have this option on an older version that used the ODA libraries > > > > > > > > directly, so can't guarantee it's still the same. > > > > > > > > > > >

Re: [gdal-dev] Creating DXF with ogr2ogr

2012-01-27 Thread Ralf Suhr
LYGON (also has POINT and LINESTRING options). > > > > > > > > > > > > > > > > We have this option on an older version that used the ODA libraries > > > > > > > > directly, so can't guarantee it's still the same.

Re: [gdal-dev] Creating DXF with ogr2ogr

2012-01-27 Thread Verena Diewald
guarantee it's still the same. > > > > Darren > > > > *From:*gdal-dev-boun...@lists.osgeo.org > > [mailto:gdal-dev-boun...@lists.osgeo.org] *On Behalf Of *Verena Diewald > > *Sent:* 26 January 2012 14:03 > > *To:* gdal-dev@lists.osgeo.org > &

Re: [gdal-dev] Creating DXF with ogr2ogr

2012-01-26 Thread Ralf Suhr
ion on an older version that used the ODA libraries > > directly, so can't guarantee it's still the same. > > > > Darren > > > > *From:*gdal-dev-boun...@lists.osgeo.org > > [mailto:gdal-dev-boun...@lists.osgeo.org] *On Behalf Of *Verena Diewald > &g

Re: [gdal-dev] Creating DXF with ogr2ogr

2012-01-26 Thread Verena Diewald
libraries directly, so can't guarantee it's still the same. Darren *From:*gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] *On Behalf Of *Verena Diewald *Sent:* 26 January 2012 14:03 *To:* gdal-dev@lists.osgeo.org *Subject:* [gdal-dev] Creating DXF with ogr2ogr Hi

RE: [gdal-dev] Creating DXF with ogr2ogr

2012-01-26 Thread Carman, Darren
Behalf Of Verena Diewald Sent: 26 January 2012 14:03 To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Creating DXF with ogr2ogr Hi all, I'm trying to create DXF files from a PostgreSQL database using ogr2ogr: ogr2ogr -nln my_data -a_srs EPSG:25832 -s_srs EPSG:25832 -t_srs EPS

[gdal-dev] Creating DXF with ogr2ogr

2012-01-26 Thread Verena Diewald
Hi all, I'm trying to create DXF files from a PostgreSQL database using ogr2ogr: |ogr2ogr -nln my_data -a_srs EPSG||:25832 -s_srs EPSG:25832 -t_srs EPSG:25832 -f "DXF" my_data.dxf PG:'host||=localhost password=xxx user=xxx dbname=MYDB' -sql "SELECT * FROM my_data||" | It works fine with po