Opened 13 years ago

Last modified 13 years ago

#3626 new enhancement

enable runtime substitution in outputformat options — at Version 3

Reported by: msmitherdc Owned by: dmorissette
Priority: normal Milestone:
Component: OGR Support Version: svn-trunk (development)
Severity: normal Keywords: ogr wfs
Cc: mko, sdlime, warmerdam, aboudreault

Description (last modified by dmorissette)

Mainly interested in changing exporting FILENAME at runtime, eg

OUTPUTFORMAT
  NAME "SHAPEZIP"
  DRIVER "OGR/ESRI Shapefile"
  FORMATOPTION "STORAGE=memory"
  FORMATOPTION "FORM=zip"
  FORMATOPTION "FILENAME=%filename%"
END

Change History (3)

comment:1 by msmitherdc, 13 years ago

Owner: changed from FrankW to dmorissette

comment:2 by mko, 13 years ago

Cc: mko added

comment:3 by dmorissette, 13 years ago

Cc: sdlime warmerdam aboudreault added
Description: modified (diff)

Steve, Frank, what do you think of this addition? Should we do it only for FORMATOPTION or should we allow it for all outputformat params?

Note: See TracTickets for help on using tickets.