Skip to content

Commit

Permalink
PDF: advertize empty GDAL_DS_LAYER_CREATIONOPTIONLIST
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@34033 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Apr 20, 2016
1 parent cc40643 commit 7b80c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frmts/pdf/pdfdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6779,6 +6779,9 @@ void GDALRegister_PDF()
poDriver->SetMetadataItem( "HAVE_PDFIUM", "YES" );
#endif // HAVE_PDFIUM

poDriver->SetMetadataItem( GDAL_DS_LAYER_CREATIONOPTIONLIST,
"<LayerCreationOptionList/>" );

poDriver->SetMetadataItem( GDAL_DMD_CREATIONOPTIONLIST,
"<CreationOptionList>\n"
" <Option name='COMPRESS' type='string-select' description='Compression method for raster data' default='DEFLATE'>\n"
Expand Down

0 comments on commit 7b80c34

Please sign in to comment.