Skip to content

Commit 138b64c

Browse files
author
Google Earth Engine Authors
committed
Internal change
PiperOrigin-RevId: 834472834
1 parent 9ed7ca5 commit 138b64c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

javascript/src/batch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,15 @@ Export.table.toAsset = function(
313313
* @param {string=} opt_thinningStrategy
314314
* @param {string|!Array<string>=} opt_thinningRanking
315315
* @param {string|!Array<string>=} opt_zOrderRanking
316+
* @param {number=} opt_minVisibleSizePx
316317
* @param {number=} opt_priority
317318
* @return {!ExportTask}
318319
* @export
319320
*/
320321
Export.table.toFeatureView = function(
321322
collection, opt_description, opt_assetId, opt_maxFeaturesPerTile,
322323
opt_thinningStrategy, opt_thinningRanking, opt_zOrderRanking,
323-
opt_priority) {
324+
opt_minVisibleSizePx, opt_priority) {
324325
const clientConfig =
325326
eeArguments.extractFromFunction(Export.table.toFeatureView, arguments);
326327
const serverConfig = Export.convertToServerParams(

0 commit comments

Comments
 (0)