@@ -1240,7 +1240,8 @@ void GDALRegister_GTiff()
1240
1240
osOptions += " "
1241
1241
" <Option name='PREDICTOR' type='int' "
1242
1242
" description='Predictor Type (1=default, 2=horizontal "
1243
- " differencing, 3=floating point prediction)'/>" ;
1243
+ " differencing, 3=floating point prediction)' "
1244
+ " default='1'/>" ;
1244
1245
osOptions +=
1245
1246
" "
1246
1247
" <Option name='DISCARD_LSB' type='string' description='Number of "
@@ -1342,14 +1343,15 @@ void GDALRegister_GTiff()
1342
1343
" <Value>PIXEL</Value>"
1343
1344
" </Option>"
1344
1345
" <Option name='TILED' type='boolean' description='Switch to tiled "
1345
- " format'/>"
1346
+ " format' default='NO' />"
1346
1347
" <Option name='TFW' type='boolean' description='Write out world "
1347
1348
" file'/>"
1348
1349
" <Option name='RPB' type='boolean' description='Write out .RPB "
1349
1350
" (RPC) file'/>"
1350
1351
" <Option name='RPCTXT' type='boolean' description='Write out "
1351
1352
" _RPC.TXT file'/>"
1352
- " <Option name='BLOCKXSIZE' type='int' description='Tile Width'/>"
1353
+ " <Option name='BLOCKXSIZE' type='int' description='Tile Width' "
1354
+ " default='256'/>"
1353
1355
" <Option name='BLOCKYSIZE' type='int' description='Tile/Strip "
1354
1356
" Height'/>"
1355
1357
" <Option name='PHOTOMETRIC' type='string-select'>"
@@ -1384,7 +1386,7 @@ void GDALRegister_GTiff()
1384
1386
" <Value>SIGNEDBYTE</Value>"
1385
1387
" </Option>"
1386
1388
" <Option name='BIGTIFF' type='string-select' description='Force "
1387
- " creation of BigTIFF file'>"
1389
+ " creation of BigTIFF file' default='IF_NEEDED' >"
1388
1390
" <Value>YES</Value>"
1389
1391
" <Value>NO</Value>"
1390
1392
" <Value>IF_NEEDED</Value>"
0 commit comments