Opened 11 years ago

Closed 11 years ago

#5139 closed enhancement (fixed)

ogr2ogr.py missing PROMOTE_TO_MULTI

Reported by: wohnout Owned by: hobu
Priority: normal Milestone:
Component: PythonBindings Version: 1.10.0
Severity: normal Keywords: ogr2ogr.py
Cc:

Description

Hi, I have updated gdal to version 1.10 because we needed PROMOTE_TO_MULTI functionality. We are using this through ogr2ogr.py python binding. We have discovered that this function is not included so I have written rough patch.

Attachments (1)

promote_to_multi.patch (1.1 KB ) - added by wohnout 11 years ago.
ogr2ogr.py promote_to_multi patch

Download all attachments as: .zip

Change History (2)

by wohnout, 11 years ago

Attachment: promote_to_multi.patch added

ogr2ogr.py promote_to_multi patch

comment:1 by Even Rouault, 11 years ago

Resolution: fixed
Status: newclosed

I've ported the functionnality from ogr2ogr.cpp in a different way. Trunk r26114

Note: See TracTickets for help on using tickets.