Skip to content

Commit

Permalink
Set WDPA version to one known to work instead of "current" which coul…
Browse files Browse the repository at this point in the history
…d break the conditional filter.

PiperOrigin-RevId: 566378463
  • Loading branch information
jdbcode authored and copybara-github committed Sep 18, 2023
1 parent ac11d21 commit 47c96bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/javascript/apidocs/ee-feature-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// [START earthengine__apidocs__ee_feature_buffer]
// Polygon feature of Serengeti National Park.
var feature = ee.FeatureCollection('WCMC/WDPA/current/polygons')
var feature = ee.FeatureCollection('WCMC/WDPA/202307/polygons')
.filter('ORIG_NAME == "Serengeti National Park"')
.first();

Expand Down

0 comments on commit 47c96bf

Please sign in to comment.