> > >
> > > >
> > > >
> > > > We have this option on an older version that used the ODA
libraries
> > > >
> > > > directly, so can't guarantee it's still the same.
> > > >
> > > >
> > >
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.
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
> &
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
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
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
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