Hi,

2014-04-06 12:52 GMT+02:00 Even Rouault <[email protected]>:

> The "fix" would be more in ogr2ogr that currently has the following logic :
>   does the output driver support multiple geometry fields ?
>         - yes : does the source layer has several geometry fields ?
>                 - yes : use CreateGeomField() API, and pass wkbNone to 
> CreateLayer()
>                 - no: pass the geometry type to CreateLayer()
>         - no : pass the geometry type of the first geometry column to
> CreateLayer()

yes, but it will not influence user scripts, eg. python code which is
using CopyLayer()...

Martin

-- 
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to