Opened 10 years ago
Closed 10 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)
Change History (2)
by , 10 years ago
Attachment: | promote_to_multi.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've ported the functionnality from ogr2ogr.cpp in a different way. Trunk r26114
Note:
See TracTickets
for help on using tickets.
ogr2ogr.py promote_to_multi patch