[gdal-dev] Errors with ogr2ogr and DXF files (ASCII and BIN)
Jean-Claude Repetto
jrepetto at free.fr
Wed Jun 27 07:09:50 PDT 2012
Le 27/06/2012 15:52, Mac Wind a écrit :
>
>
> With ASCII DXF
>
> ogr2ogr -s_srs 27492.prj -t_srs 4326.prj myfile_WGS84.dxf myfile_ASCII12.dxf
>
> I get this error message:
>
> FAILED: Layer entities already exists, and -append not specified.
> Consider using -append, or -overwrite.
>
Try to remove the output file before executing the ogr2ogr command.
BTW, you have forgotten the -f "DXF" parameter.
Jean-Claude
More information about the gdal-dev
mailing list